go/loader: remove blank line
Blank line was inserted by mistake in CL 12830. Change-Id: I9e4b3562a4efcab43c5a85c2960a0d22c0aab752 Reviewed-on: https://go-review.googlesource.com/12883 Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com> Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
fe546a3233
commit
d89a972634
|
@ -224,7 +224,6 @@ func TestLoad_ParseError_AllowErrors(t *testing.T) {
|
||||||
}
|
}
|
||||||
wantErr := filepath.Join("testdata", "badpkgdecl.go") + ":1:34: expected 'package', found 'EOF'"
|
wantErr := filepath.Join("testdata", "badpkgdecl.go") + ":1:34: expected 'package', found 'EOF'"
|
||||||
if !hasError(badpkg.Errors, wantErr) {
|
if !hasError(badpkg.Errors, wantErr) {
|
||||||
|
|
||||||
t.Errorf("badpkg.Errors = %v, want %s", badpkg.Errors, wantErr)
|
t.Errorf("badpkg.Errors = %v, want %s", badpkg.Errors, wantErr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue