summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-04-15 16:16:20 -0400
committerRuss Cox <rsc@golang.org>2011-04-15 16:16:20 -0400
commit32d12d312dec9c049e27aa5e044ae89d934ac48b (patch)
tree4b5e6f3785abf3d4b08ad1d10fe63ddae7c372b1 /test/golden.out
parente06bf37d1766ecaad040c431abae5b4747147af9 (diff)
downloadgo-32d12d312dec9c049e27aa5e044ae89d934ac48b.tar.gz
gc: print of unsafe.Pointer
Got lost when I introduced TUNSAFEPTR. R=ken2 CC=golang-dev http://codereview.appspot.com/4442046
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out
index f76db3e50..bbe399f28 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -157,6 +157,9 @@ panic: interface conversion: interface is int, not int32
panic: interface conversion: interface is main.T, not main.T
+=========== fixedbugs/bug328.go
+0x0
+
== bugs/
=========== bugs/bug322.go