summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-07-29 10:54:03 -0700
committerRobert Griesemer <gri@golang.org>2010-07-29 10:54:03 -0700
commit85b686bf6dc379bfccdc3a1890f9c923791740ea (patch)
tree2c1d2ca665d0480f9f873df3cd66bdbbdf691ea3 /test/golden.out
parent277f3623f79f0f92ecdb6acc7dfc5a957d811f6c (diff)
downloadgo-85b686bf6dc379bfccdc3a1890f9c923791740ea.tar.gz
bug299: parenthesized receiver types/anonymous fields are illegal
R=r CC=golang-dev http://codereview.appspot.com/1846051
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out
index 49bca4b87..25dbc914b 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -177,3 +177,12 @@ panic PC=xxx
=========== bugs/bug260.go
FAIL
BUG: bug260 failed
+
+=========== bugs/bug299.go
+BUG: errchk: bugs/bug299.go:25: missing expected error: 'expected'
+errchk: bugs/bug299.go:26: missing expected error: 'expected'
+errchk: bugs/bug299.go:27: missing expected error: 'expected'
+errchk: bugs/bug299.go: unmatched error messages:
+==================================================
+bugs/bug299.go:19: syntax error: unexpected }
+==================================================