]> Cypherpunks repositories - gostls13.git/commit
go/types: use testenv.MustHaveGoBuild to exclude some builds
authorRobert Griesemer <gri@golang.org>
Wed, 17 Jun 2015 22:35:15 +0000 (15:35 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 17 Jun 2015 23:24:35 +0000 (23:24 +0000)
commit8fa1a69f0ba3d149f0697a1d3fd815d5f853485b
treed44e7538a281d746ea9206d4c43cd875d18223bc
parentbc7a3a62cff96c14dc7d97d03a410151fe4ba807
go/types: use testenv.MustHaveGoBuild to exclude some builds

Replace custom solution with new (internal) library call.

Change-Id: I53b26a1caf0684b9f5d8d749b10d9f3ba18a3001
Reviewed-on: https://go-review.googlesource.com/11193
Reviewed-by: Damien Neil <dneil@google.com>
src/go/types/api_test.go
src/go/types/check_test.go
src/go/types/eval_test.go
src/go/types/resolver_test.go
src/go/types/stdlib_test.go
src/go/types/typestring_test.go