]> Cypherpunks repositories - gostls13.git/commit
go/types: add +build ignore to file generated by hilbert test
authorgriesemer <gri@golang.org>
Thu, 31 Aug 2017 09:39:17 +0000 (11:39 +0200)
committerRobert Griesemer <gri@golang.org>
Thu, 31 Aug 2017 11:02:45 +0000 (11:02 +0000)
commit295b026b18f347283f7afe22e74e23496a09f3c0
tree2784bea8118d33c607770528618c8a7146779b11
parentd39649087b9a55ddb1105274963f50842448c3d9
go/types: add +build ignore to file generated by hilbert test

This makes sure that the go/types package still builds even if
the hilbert test generated its test file in the go/types package
(when run as: go test -run Hilbert -out=h.go).

Change-Id: I60ecbaaa1537de14cfa95e2e6fc8ebedff651baf
Reviewed-on: https://go-review.googlesource.com/60531
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
src/go/types/hilbert_test.go