aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2015-09-01 22:25:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:25:28 +0000
commit65d153637e06259ecc1804fd91f69f8166f7b5d6 (patch)
tree86cb5475af851eaaca002c96578c0b611ebbe783
parent1b31ea8ece2623b8dec4d9485a86ab886cc03b3b (diff)
parent1c460ffc925e89a72add52c6fc53755e988b3b4a (diff)
downloadtools-65d153637e06259ecc1804fd91f69f8166f7b5d6.tar.gz
go/types: run tests that were excluded by mistake
automerge: 1c460ff * commit '1c460ffc925e89a72add52c6fc53755e988b3b4a': go/types: run tests that were excluded by mistake
-rw-r--r--go/types/stdlib_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/types/stdlib_test.go b/go/types/stdlib_test.go
index 02d00df..d6aa82a 100644
--- a/go/types/stdlib_test.go
+++ b/go/types/stdlib_test.go
@@ -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
}