summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-09-26 13:59:01 -0400
committerRuss Cox <rsc@golang.org>2011-09-26 13:59:01 -0400
commite222d7c3284f8d147ada3d12f3ab356073efc37f (patch)
tree54c60c6e0d59200bc14d048552e756b4d3fdcb70 /test/golden.out
parent1356347a08afbd048fb1106f7280fb114c5a1e34 (diff)
downloadgo-e222d7c3284f8d147ada3d12f3ab356073efc37f.tar.gz
test: merge nilptr/* into one test
The 512 MB array causes load delays on some systems. Now that we have recover, we can do all the tests in one binary, so that the delay is incurred just once. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5142044
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/golden.out b/test/golden.out
index fc4b81d3b..27c932f65 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -111,8 +111,6 @@ panic: interface conversion: *main.S is not main.I: missing method Foo
=========== interface/returntype.go
panic: interface conversion: *main.S is not main.I2: missing method Name
-== nilptr/
-
== syntax/
== dwarf/