1
0
mirror of https://github.com/golang/go synced 2024-11-11 19:21:37 -07:00

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 <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Vladimir Stefanovic 2016-12-13 22:35:26 +01:00 committed by Ian Lance Taylor
parent c74392634c
commit 49e5bdfe79

View File

@ -1,4 +1,4 @@
// +build linux,!mips,!mipsle,!ppc64
// +build linux,!ppc64
// run
// Copyright 2015 The Go Authors. All rights reserved.