]> Cypherpunks repositories - gostls13.git/commitdiff
test: enable fixedbugs/issue10607 test on GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 13 Dec 2016 21:35:26 +0000 (22:35 +0100)
committerIan Lance Taylor <iant@golang.org>
Thu, 15 Dec 2016 00:12:31 +0000 (00:12 +0000)
Change-Id: I00c97c36e8fdc79582eaed21877e4c8f44568666
Reviewed-on: https://go-review.googlesource.com/34316
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

test/fixedbugs/issue10607.go

index 52fb51ad39944cc600fffc1c148f05c0cc2bfc6e..8831547da86d270afcf3fc0731359fa2569ae6a8 100644 (file)
@@ -1,4 +1,4 @@
-// +build linux,!mips,!mipsle,!ppc64
+// +build linux,!ppc64
 // run
 
 // Copyright 2015 The Go Authors. All rights reserved.