From: Michael Munday Date: Tue, 14 Feb 2017 17:46:37 +0000 (-0500) Subject: math/big: fix s390x test build tags X-Git-Tag: go1.9beta1~1562 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d2fea0447fbfb26fa675baa8c628da48a23e52b4;p=gostls13.git 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- 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