From 49e5bdfe79cf779224e97096b592c4d45fda1184 Mon Sep 17 00:00:00 2001 From: Vladimir Stefanovic Date: Tue, 13 Dec 2016 22:35:26 +0100 Subject: [PATCH] test: enable fixedbugs/issue10607 test on GOARCH=mips{,le} Change-Id: I00c97c36e8fdc79582eaed21877e4c8f44568666 Reviewed-on: https://go-review.googlesource.com/34316 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 52fb51ad39..8831547da8 100644 --- a/test/fixedbugs/issue10607.go +++ b/test/fixedbugs/issue10607.go @@ -1,4 +1,4 @@ -// +build linux,!mips,!mipsle,!ppc64 +// +build linux,!ppc64 // run // Copyright 2015 The Go Authors. All rights reserved. -- 2.50.0