aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>2016-12-13 22:35:26 +0100
committerIan Lance Taylor <iant@golang.org>2016-12-15 00:12:31 +0000
commit49e5bdfe79cf779224e97096b592c4d45fda1184 (patch)
treecc38ef3b9a876b8c99eea8b44d9f0d9d15756d16
parentc74392634c494b95edd15569bc432981409d72e6 (diff)
downloadgo-49e5bdfe79cf779224e97096b592c4d45fda1184.tar.gz
go-49e5bdfe79cf779224e97096b592c4d45fda1184.zip
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 <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--test/fixedbugs/issue10607.go2
1 files changed, 1 insertions, 1 deletions
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.