1
0
mirror of https://github.com/golang/go synced 2024-11-18 19:44:46 -07:00

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:
Alex Brainman 2015-07-30 15:06:07 +10:00 committed by Robert Griesemer
parent fe546a3233
commit d89a972634

View File

@ -224,7 +224,6 @@ func TestLoad_ParseError_AllowErrors(t *testing.T) {
}
wantErr := filepath.Join("testdata", "badpkgdecl.go") + ":1:34: expected 'package', found 'EOF'"
if !hasError(badpkg.Errors, wantErr) {
t.Errorf("badpkg.Errors = %v, want %s", badpkg.Errors, wantErr)
}
}