Skip to content

Commit 3f69909

Browse files
Vladimir Stefanovicbradfitz
Vladimir Stefanovic
authored andcommitted
test: disable unsupported test for GOARCH=mips{,le}
External linking on mips/mipsle is not supported yet (issue #17792). Change-Id: Ic25f4f8fe9e0ec35c72ca9f85c053b398df4952c Reviewed-on: https://go-review.googlesource.com/31512 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 04d7135 commit 3f69909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixedbugs/issue10607.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,!ppc64,!ppc64le
1+
// +build linux,!mips,!mipsle,!ppc64,!ppc64le
22
// run
33

44
// Copyright 2015 The Go Authors. All rights reserved.

0 commit comments

Comments
 (0)