diff options
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/big/arith_s390x_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/arith_s390x_test.go b/src/math/big/arith_s390x_test.go index 8375ddbdd4..093984b397 100644 --- a/src/math/big/arith_s390x_test.go +++ b/src/math/big/arith_s390x_test.go @@ -15,7 +15,7 @@ import ( // vector-capable machine func TestFunVVnovec(t *testing.T) { - if hasVX == true { + if hasVX { for _, a := range sumVV { arg := a testFunVV(t, "addVV_novec", addVV_novec, arg) |
