From: Vladimir Stefanovic Date: Tue, 13 Dec 2016 21:35:26 +0000 (+0100) Subject: test: enable fixedbugs/issue10607 test on GOARCH=mips{,le} X-Git-Tag: go1.8beta2~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=49e5bdfe79cf779224e97096b592c4d45fda1184;p=gostls13.git test: enable fixedbugs/issue10607 test on GOARCH=mips{,le} Change-Id: I00c97c36e8fdc79582eaed21877e4c8f44568666 Reviewed-on: https://go-review.googlesource.com/34316 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go index 52fb51ad39..8831547da8 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,4 +1,4 @@ -// +build linux,!mips,!mipsle,!ppc64 +// +build linux,!ppc64 // run // Copyright 2015 The Go Authors. All rights reserved.