mirror of https://github.com/golang/go.git
update golden for new error messages
R=rsc OCL=16213 CL=16213
This commit is contained in:
parent
52a548034e
commit
ca6d4238a4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue