From 6c2a35ae0c29306b53a4a5925627ee7235a8c450 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Mon, 7 Nov 2016 11:08:36 -0500 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- 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 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.