Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c460ff

Browse files
committedJul 23, 2015
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 <[email protected]>
1 parent ec60047 commit 1c460ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎go/types/stdlib_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestStdTest(t *testing.T) {
122122

123123
// test/recover4.go is only built for Linux and Darwin.
124124
// TODO(gri) Remove once tests consider +build tags (issue 10370).
125-
if runtime.GOOS != "linux" || runtime.GOOS != "darwin" {
125+
if runtime.GOOS != "linux" && runtime.GOOS != "darwin" {
126126
return
127127
}
128128

0 commit comments

Comments
 (0)
Please sign in to comment.