summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-05-03 15:29:59 -0700
committerRuss Cox <rsc@golang.org>2010-05-03 15:29:59 -0700
commit4184ed9005aedeb3d37e0041a61552424a43eb52 (patch)
tree10df042f169baa8ad2518eaf8d4e7794b2f34a42 /test
parent0095dfdeb9e60a5bc4176a65080183e98c48016d (diff)
downloadgolang-4184ed9005aedeb3d37e0041a61552424a43eb52.tar.gz
gc: bug267
R=ken2 CC=golang-dev http://codereview.appspot.com/1067042
Diffstat (limited to 'test')
-rw-r--r--test/fixedbugs/bug267.go (renamed from test/bugs/bug267.go)0
-rw-r--r--test/golden.out4
2 files changed, 0 insertions, 4 deletions
diff --git a/test/bugs/bug267.go b/test/fixedbugs/bug267.go
index 9646142f2..9646142f2 100644
--- a/test/bugs/bug267.go
+++ b/test/fixedbugs/bug267.go
diff --git a/test/golden.out b/test/golden.out
index 3a9039fc5..e0b6ad624 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -185,7 +185,3 @@ panic: barCount != 1
panic PC=xxx
BUG
-
-=========== bugs/bug267.go
-bugs/bug267.go:14: syntax error: unexpected {, expecting :
-BUG