]> Cypherpunks repositories - gostls13.git/commit
go/types: fix suspect or
authorDamian Gryski <dgryski@gmail.com>
Thu, 23 Jul 2015 20:12:24 +0000 (22:12 +0200)
committerRobert Griesemer <gri@golang.org>
Thu, 23 Jul 2015 22:50:40 +0000 (22:50 +0000)
commit3f4d5a550095b384de8e63bd09cf278e7c57fee3
tree0adbde8780c82e2549b8f3d217cb1f83e6fd1171
parent731dcdae6dd215b853daf9b40f61aefb79333c67
go/types: fix suspect or

In https://go-review.googlesource.com/#/c/8611/ , these tests were
supposed to be skipped only for linux and darwin, as the comment says.
This patch fixes the logic in the if test.

Change-Id: Iff0a32186267457a414912c4c3ee4495650891a2
Reviewed-on: https://go-review.googlesource.com/12517
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
src/go/types/stdlib_test.go