summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-07-15 14:25:50 -0700
committerRuss Cox <rsc@golang.org>2010-07-15 14:25:50 -0700
commit1fa645626996b18cf553ac5a13dbb97a8996908c (patch)
tree27980d114c3ecdaa905b188c98dc573b33d23f2f /test/golden.out
parent15f323f4e0e0a9bf94f9d6754f25d600380b27b5 (diff)
downloadgo-1fa645626996b18cf553ac5a13dbb97a8996908c.tar.gz
gc: fix handling of types inside function bodies
Fixes issue 849. Fixes issue 920. R=ken2 CC=golang-dev http://codereview.appspot.com/1841042
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/golden.out b/test/golden.out
index 82e85340a..1bed6599a 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -180,10 +180,3 @@ BUG: bug260 failed
=========== bugs/bug274.go
BUG: errchk: command succeeded unexpectedly
-
-=========== bugs/bug286.go
-test2 called g
-panic: wrong method called
-
-panic PC=xxx
-BUG: bug286 failed