1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:10:23 -07:00

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>
This commit is contained in:
Michael Munday 2016-11-07 11:08:36 -05:00
parent ec77b8e09c
commit 6c2a35ae0c

View 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.