summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-30 10:34:57 -0700
committerRuss Cox <rsc@golang.org>2010-03-30 10:34:57 -0700
commite37b45c553f866ff651efccb092694e7638c696b (patch)
tree2ad4647a66bf21bf56d761edba537c237b8e318a /test/golden.out
parente080bcef69024ef4ff6798a20166bb6978ceb050 (diff)
downloadgo-e37b45c553f866ff651efccb092694e7638c696b.tar.gz
single argument panic
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/golden.out b/test/golden.out
index 9e08b20e0..e8f7037cf 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -189,6 +189,6 @@ bar
bar
bal
bal
-barCount != 1
+panic: barCount != 1
panic PC=xxx
BUG