From: Cherry Zhang Date: Thu, 28 Apr 2016 02:18:58 +0000 (-0400) Subject: test: enable fixedbugs/issue10607.go test on linux/mips64x X-Git-Tag: go1.7beta1~342 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=04a30025dbc8ff7757a763562d7d4a2b5ff68583;p=gostls13.git test: enable fixedbugs/issue10607.go test on linux/mips64x external linking is now supported. Change-Id: I13e90c39dad86e60781adecdbe8e6bc9e522f740 Reviewed-on: https://go-review.googlesource.com/19811 Reviewed-by: Minux Ma --- diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go index a1a65a75df..bf527d0f77 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,4 +1,4 @@ -// +build linux,!ppc64,!ppc64le,!mips64,!mips64le +// +build linux,!ppc64,!ppc64le // run // Copyright 2015 The Go Authors. All rights reserved.