summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-09 14:58:28 -0500
committerRuss Cox <rsc@golang.org>2011-12-09 14:58:28 -0500
commitd0d0dbc94d0b2d722f1a3d4fc42483fa4c7d379a (patch)
treed4979f61d78c8450a916494ff4e9cb9eae0a8399 /test/golden.out
parentb773c80bdc754c51227380947b34eb679ed859dd (diff)
downloadgo-d0d0dbc94d0b2d722f1a3d4fc42483fa4c7d379a.tar.gz
gc: 0 expected bugs
Now that Luuk's qualified exporting code is in, fixing this bug is trivial. R=ken2 CC=golang-dev http://codereview.appspot.com/5479048
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/golden.out b/test/golden.out
index f2e7f5ce3..6dccb6ec0 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -119,7 +119,3 @@ broke
0x0
== bugs/
-
-=========== bugs/bug367.go
-panic: interface conversion: main.T is not p.I: missing method get
-BUG: should not fail