go.tools/go/types: fix typo in self test
R=adonovan CC=golang-dev https://golang.org/cl/11749044
This commit is contained in:
parent
7375911b0e
commit
407e159412
|
@ -28,7 +28,7 @@ func TestSelf(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err := Check("go/types", fset, files)
|
_, err := Check("go/types", fset, files)
|
||||||
if err == nil {
|
if err != nil {
|
||||||
// Importing go.tools/go/exact doensn't work in the
|
// Importing go.tools/go/exact doensn't work in the
|
||||||
// build dashboard environment at the moment. Don't
|
// build dashboard environment at the moment. Don't
|
||||||
// report an error for now so that the build remains
|
// report an error for now so that the build remains
|
||||||
|
|
Loading…
Reference in New Issue