summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-18 13:08:01 -0700
committerRob Pike <r@golang.org>2008-06-18 13:08:01 -0700
commit7a46d77f1317a4c2aad4e5f6ced77db457e7ffcb (patch)
tree7df8be62a5e2521416f1ad3c0964cfede1ce86b4
parent8ca08622b51dd8585e70aff4ed6e8fbf888c4560 (diff)
downloadgo-7a46d77f1317a4c2aad4e5f6ced77db457e7ffcb.tar.gz
forgot command line for bug054
update golden.out SVN=123412
-rw-r--r--test/golden.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/golden.out b/test/golden.out
index b5445af50..1179f0d7e 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -161,10 +161,6 @@ bugs/bug027.go:50: illegal types for operand: CONV
(<I>{<val><int32>INT32;})
BUG: known to fail incorrectly
-=========== bugs/bug028.go
-bugs/bug028.go:9: unreachable statements in a switch
-BUG: known to fail incorrectly
-
=========== bugs/bug029.go
BUG: known to succeed incorrectly
@@ -268,6 +264,8 @@ bugs/bug053.go:6: syntax error
BUG: len should not be a keyword
=========== bugs/bug054.go
+bugs/bug054.go:22: fatal error: agen: unknown op CALLMETH u(1) l(165) <Element>I{}
+BUG: known to fail incorrectly
=========== fixedbugs/bug000.go
@@ -303,4 +301,6 @@ BUG: len should not be a keyword
=========== fixedbugs/bug024.go
+=========== fixedbugs/bug028.go
+
=========== fixedbugs/bug031.go