]> Cypherpunks repositories - gostls13.git/commitdiff
update golden.out with new compiler errors
authorRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 00:01:14 +0000 (17:01 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 00:01:14 +0000 (17:01 -0700)
R=r
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=29986
CL=29988

test/golden.out

index 275fb7eb5735fa307d78f8830c7f773bbf88e87d..e20b453cef62df8197261079a994e1b351dc8c05 100644 (file)
@@ -187,10 +187,10 @@ fixedbugs/bug074.go:6: invalid type for composite literal: string
 fixedbugs/bug074.go:6: invalid type for composite literal: string
 
 =========== fixedbugs/bug081.go
-fixedbugs/bug081.go:5: no type x
+fixedbugs/bug081.go:5: x is not a type
 
 =========== fixedbugs/bug083.go
-fixedbugs/bug083.dir/bug1.go:9: syntax error near t0
+fixedbugs/bug083.dir/bug1.go:9: cannot use type bug0.t0
 
 =========== fixedbugs/bug086.go
 fixedbugs/bug086.go:5: function ends without a return statement