aboutsummaryrefslogtreecommitdiff
path: root/src/math/huge_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/huge_test.go')
-rw-r--r--src/math/huge_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/huge_test.go b/src/math/huge_test.go
index 9448edc339..ec81a4a31d 100644
--- a/src/math/huge_test.go
+++ b/src/math/huge_test.go
@@ -5,6 +5,7 @@
// Disabled for s390x because it uses assembly routines that are not
// accurate for huge arguments.
+//go:build !s390x
// +build !s390x
package math_test