aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Munday <munday@ca.ibm.com>2016-11-07 11:08:36 -0500
committerMichael Munday <munday@ca.ibm.com>2016-11-07 18:42:57 +0000
commit6c2a35ae0c29306b53a4a5925627ee7235a8c450 (patch)
tree7176df2c18ac47b84501e746e5784d7165d7fd85
parentec77b8e09cace7338ebc39faadd599e5cb676295 (diff)
downloadgo-6c2a35ae0c29306b53a4a5925627ee7235a8c450.tar.gz
go-6c2a35ae0c29306b53a4a5925627ee7235a8c450.zip
test/fixedbugs: enable issue 10607 test on ppc64le
ppc64le supports both internal and external linking so I don't think there is any reason for it to skip this test. Change-Id: I05c80cc25909c0364f0a1fb7d20766b011ea1ebb Reviewed-on: https://go-review.googlesource.com/32854 Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com> 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 11893a1a7b..52fb51ad39 100644
--- a/test/fixedbugs/issue10607.go
+++ b/test/fixedbugs/issue10607.go
@@ -1,4 +1,4 @@
-// +build linux,!mips,!mipsle,!ppc64,!ppc64le
+// +build linux,!mips,!mipsle,!ppc64
// run
// Copyright 2015 The Go Authors. All rights reserved.