update golden for new error messages

R=rsc
OCL=16213
CL=16213
This commit is contained in:
Rob Pike 2008-09-30 13:07:38 -07:00
parent 52a548034e
commit ca6d4238a4
1 changed files with 2 additions and 1 deletions

View File

@ -176,6 +176,7 @@ hi
4 0
=========== fixedbugs/bug029.go
fixedbugs/bug029.go:6: f is not a type
fixedbugs/bug029.go:6: syntax error
fixedbugs/bug029.go:6: syntax error
@ -236,7 +237,7 @@ fixedbugs/bug073.go:9: illegal types for operand: RSH
(<int32>INT32)
=========== fixedbugs/bug081.go
fixedbugs/bug081.go:5: no type x
fixedbugs/bug081.go:5: syntax error
=========== fixedbugs/bug086.go
fixedbugs/bug086.go:5: function ends without a return statement