mirror of
https://github.com/golang/go
synced 2024-11-21 18:34:44 -07:00
This bug has been fixed; moving it from bugs to fixedbugs.
R=gri DELTA=36 (18 added, 18 deleted, 0 changed) OCL=19059 CL=19133
This commit is contained in:
parent
419e1e05a1
commit
c4d8dc0b83
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user