]> Cypherpunks repositories - gostls13.git/commitdiff
bug131 has been fixed with no change
authorKen Thompson <ken@golang.org>
Tue, 28 Apr 2009 20:04:01 +0000 (13:04 -0700)
committerKen Thompson <ken@golang.org>
Tue, 28 Apr 2009 20:04:01 +0000 (13:04 -0700)
R=r
OCL=27980
CL=27980

test/fixedbugs/bug131.go [moved from test/bugs/bug131.go with 100% similarity]
test/golden.out

similarity index 100%
rename from test/bugs/bug131.go
rename to test/fixedbugs/bug131.go
index b3cc4fb54334c0ad8c1a430cb1aeb92f3625ef6c..fda5e1e00017970b1ffbef9f6db6c9f770ac1cb5 100644 (file)
@@ -100,11 +100,6 @@ bugs/bug117.go:9: illegal types for operand: RETURN
        int
 BUG: should compile
 
-=========== bugs/bug131.go
-bugs/bug131.go:7: cannot convert uint64 constant to int64
-bugs/bug131.go:7: illegal types for operand: AS
-       int64
-
 =========== bugs/bug132.go
 BUG: compilation succeeds incorrectly
 
@@ -240,6 +235,11 @@ fixedbugs/bug121.go:20: illegal types for operand: AS
 =========== fixedbugs/bug122.go
 fixedbugs/bug122.go:6: too many arguments to make array
 
+=========== fixedbugs/bug131.go
+fixedbugs/bug131.go:7: cannot convert uint64 constant to int64
+fixedbugs/bug131.go:7: illegal types for operand: AS
+       int64
+
 =========== fixedbugs/bug133.go
 fixedbugs/bug133.dir/bug2.go:11: undefined DOT i on bug0.T
 fixedbugs/bug133.dir/bug2.go:11: illegal types for operand: RETURN