]> Cypherpunks repositories - gostls13.git/commitdiff
test: enable fixedbugs/issue10607.go test on linux/mips64x
authorCherry Zhang <lunaria21@gmail.com>
Thu, 28 Apr 2016 02:18:58 +0000 (22:18 -0400)
committerMinux Ma <minux@golang.org>
Wed, 4 May 2016 16:42:08 +0000 (16:42 +0000)
external linking is now supported.

Change-Id: I13e90c39dad86e60781adecdbe8e6bc9e522f740
Reviewed-on: https://go-review.googlesource.com/19811
Reviewed-by: Minux Ma <minux@golang.org>
test/fixedbugs/issue10607.go

index a1a65a75df4d69455217213514b9368e14e11596..bf527d0f772cbc0a90ecfc2fa7cc566adb8d3b9e 100644 (file)
@@ -1,4 +1,4 @@
-// +build linux,!ppc64,!ppc64le,!mips64,!mips64le
+// +build linux,!ppc64,!ppc64le
 // run
 
 // Copyright 2015 The Go Authors. All rights reserved.