1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:40:09 -07:00

test: enable fixedbugs/issue10607.go test on linux/mips64x

external linking is now supported.

Change-Id: I13e90c39dad86e60781adecdbe8e6bc9e522f740
Reviewed-on: https://go-review.googlesource.com/19811
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Cherry Zhang 2016-04-27 22:18:58 -04:00 committed by Minux Ma
parent 3b4180c674
commit 04a30025db

View File

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