summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-01-27 15:37:08 -0800
committerRuss Cox <rsc@golang.org>2010-01-27 15:37:08 -0800
commit2a2192d0ae231d582b9170aff8ce96408d86d871 (patch)
tree2157d049caabfff106c8332928c45715ab2b243c /test/golden.out
parent07f9540f896b848c960fa5b05e76bc48e971efb2 (diff)
downloadgo-2a2192d0ae231d582b9170aff8ce96408d86d871.tar.gz
gc: implement defer print/println/panic/panicln
Fixes issue 219. R=ken2, r CC=golang-dev http://codereview.appspot.com/194097
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out
index 59a83e7a8..72719ab33 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -25,6 +25,10 @@ throw: interface hash
panic PC=xxx
+=========== ./deferprint.go
+printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
+42 true false true +1.500000e+000 world 0x0 [0/0]0x0 0x0 0x0 255
+
=========== ./helloworld.go
hello, world