1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:18:33 -06:00

go/types: run tests that were excluded by mistake

Backport of https://go-review.googlesource.com/#/c/12517/.

TBR=adonovan

Change-Id: I6b010c977c9a770a27c3fa1271c07c38d9b84185
Reviewed-on: https://go-review.googlesource.com/12601
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Robert Griesemer 2015-07-23 15:52:57 -07:00
parent ec600479b2
commit 1c460ffc92

View File

@ -122,7 +122,7 @@ func TestStdTest(t *testing.T) {
// test/recover4.go is only built for Linux and Darwin.
// TODO(gri) Remove once tests consider +build tags (issue 10370).
if runtime.GOOS != "linux" || runtime.GOOS != "darwin" {
if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
return
}