]> Cypherpunks repositories - gostls13.git/commitdiff
test/fixedbugs: enable issue 10607 test on ppc64le
authorMichael Munday <munday@ca.ibm.com>
Mon, 7 Nov 2016 16:08:36 +0000 (11:08 -0500)
committerMichael Munday <munday@ca.ibm.com>
Mon, 7 Nov 2016 18:42:57 +0000 (18:42 +0000)
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>

test/fixedbugs/issue10607.go

index 11893a1a7bec00897fb6c02e9871cf61f48673b1..52fb51ad39944cc600fffc1c148f05c0cc2bfc6e 100644 (file)
@@ -1,4 +1,4 @@
-// +build linux,!mips,!mipsle,!ppc64,!ppc64le
+// +build linux,!mips,!mipsle,!ppc64
 // run
 
 // Copyright 2015 The Go Authors. All rights reserved.