From 04a30025dbc8ff7757a763562d7d4a2b5ff68583 Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Wed, 27 Apr 2016 22:18:58 -0400 Subject: [PATCH] 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 --- test/fixedbugs/issue10607.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0