aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Munday <munday@ca.ibm.com>2017-02-14 12:46:37 -0500
committerMichael Munday <munday@ca.ibm.com>2017-02-14 19:44:35 +0000
commitd2fea0447fbfb26fa675baa8c628da48a23e52b4 (patch)
tree40451c6a5882081f6ef43a21c0ccac78740bdd5e /src
parent78200799a290da7d53ebbd50c04e432a4ab14eec (diff)
downloadgo-d2fea0447fbfb26fa675baa8c628da48a23e52b4.tar.xz
math/big: fix s390x test build tags
The tests failed to compile when using the math_big_pure_go tag on s390x. Change-Id: I2a09f53ff6562ab9bc9b886cffc0f6205bbfcfbb Reviewed-on: https://go-review.googlesource.com/36956 Run-TryBot: Michael Munday <munday@ca.ibm.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/math/big/arith_s390x_test.go2
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 31a777e5f8..eaf8f232e6 100644
--- a/src/math/big/arith_s390x_test.go
+++ b/src/math/big/arith_s390x_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build s390x !math_big_pure_go
+// +build s390x,!math_big_pure_go
package big