go.tools/go/types: fix typo in self test

R=adonovan
CC=golang-dev
https://golang.org/cl/11749044
This commit is contained in:
Robert Griesemer 2013-07-24 09:26:39 -07:00
parent 7375911b0e
commit 407e159412
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func TestSelf(t *testing.T) {
}
_, err := Check("go/types", fset, files)
if err == nil {
if err != nil {
// Importing go.tools/go/exact doensn't work in the
// build dashboard environment at the moment. Don't
// report an error for now so that the build remains