]> Cypherpunks repositories - gostls13.git/commitdiff
This bug has been fixed; moving it from bugs to fixedbugs.
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Nov 2008 05:59:43 +0000 (21:59 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Nov 2008 05:59:43 +0000 (21:59 -0800)
R=gri
DELTA=36  (18 added, 18 deleted, 0 changed)
OCL=19059
CL=19133

test/fixedbugs/bug083.dir/bug0.go [moved from test/bugs/bug083.dir/bug0.go with 100% similarity]
test/fixedbugs/bug083.dir/bug1.go [moved from test/bugs/bug083.dir/bug1.go with 100% similarity]
test/fixedbugs/bug083.go [moved from test/bugs/bug083.go with 100% similarity]
test/golden.out

similarity index 100%
rename from test/bugs/bug083.go
rename to test/fixedbugs/bug083.go
index 70b5db270010f29b2895fe2b3b5161cd792ad393..cedf02964a371c332756e5bc9fd0f33881179561 100644 (file)
@@ -103,9 +103,6 @@ bugs/bug080.go:12: illegal types for operand: CALL
        struct { x int; y float }
 BUG: fails incorrectly
 
-=========== bugs/bug083.go
-bugs/bug083.dir/bug1.go:5: syntax error near T0
-
 =========== bugs/bug085.go
 bugs/bug085.go:8: P: undefined
 BUG: fails incorrectly
@@ -232,6 +229,9 @@ fixedbugs/bug074.go:7: x: undefined
 =========== fixedbugs/bug081.go
 fixedbugs/bug081.go:5: syntax error near x
 
+=========== fixedbugs/bug083.go
+fixedbugs/bug083.dir/bug1.go:5: syntax error near T0
+
 =========== fixedbugs/bug086.go
 fixedbugs/bug086.go:5: function ends without a return statement