From a2cf0568e853a22a50110e43d5185a096f3145c6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 27 Jul 2015 16:53:35 +0000 Subject: [PATCH] Revert "test: do not run external linking test on ppc64le" Broke most builders. This reverts commit a60c5366f91934a36793bde74556f4b637954665. Change-Id: Iae952cfcc73ef5da621616a0b3d586b60d1ce9c9 Reviewed-on: https://go-review.googlesource.com/12684 Reviewed-by: Russ Cox --- test/fixedbugs/issue10607.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fixedbugs/issue10607.go b/test/fixedbugs/issue10607.go index e4a6bbb991..4903a6a7b2 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,5 +1,4 @@ // +build linux -// +build !ppc64,!ppc64le // run // Copyright 2015 The Go Authors. All rights reserved. -- 2.48.1