From d2fea0447fbfb26fa675baa8c628da48a23e52b4 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Tue, 14 Feb 2017 12:46:37 -0500 Subject: [PATCH] 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 --- src/math/big/arith_s390x_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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