From a60c5366f91934a36793bde74556f4b637954665 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 24 Jul 2015 15:35:45 +1200 Subject: [PATCH] test: do not run external linking test on ppc64le Change-Id: I9b8a6ac1ff6bef3b7f1e033bfd029f2a59e30297 Reviewed-on: https://go-review.googlesource.com/12623 Reviewed-by: Russ Cox --- test/fixedbugs/issue10607.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go index 4903a6a7b2..e4a6bbb991 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,4 +1,5 @@ // +build linux +// +build !ppc64,!ppc64le // run // Copyright 2015 The Go Authors. All rights reserved. -- 2.50.0