]> Cypherpunks repositories - gostls13.git/commitdiff
test: do not run external linking test on ppc64le
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 24 Jul 2015 03:35:45 +0000 (15:35 +1200)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jul 2015 16:22:12 +0000 (16:22 +0000)
Change-Id: I9b8a6ac1ff6bef3b7f1e033bfd029f2a59e30297
Reviewed-on: https://go-review.googlesource.com/12623
Reviewed-by: Russ Cox <rsc@golang.org>
test/fixedbugs/issue10607.go

index 4903a6a7b2cb2886f6fe8031e79510f129a0a8bd..e4a6bbb991db68dc6717dcfbfc70f844567805f1 100644 (file)
@@ -1,4 +1,5 @@
 // +build linux
+// +build !ppc64,!ppc64le
 // run
 
 // Copyright 2015 The Go Authors. All rights reserved.