aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue10607.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue10607.go')
-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.