aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/amd64/versions_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/amd64/versions_test.go')
-rw-r--r--src/cmd/compile/internal/amd64/versions_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/amd64/versions_test.go b/src/cmd/compile/internal/amd64/versions_test.go
index 1ef06f7e58..2ac6e95c91 100644
--- a/src/cmd/compile/internal/amd64/versions_test.go
+++ b/src/cmd/compile/internal/amd64/versions_test.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// When using GOEXPERIMENT=boringcrypto, the test program links in the boringcrypto syso,
+// which does not respect GOAMD64, so we skip the test if boringcrypto is enabled.
//go:build !boringcrypto
package amd64_test