diff options
author | Ian Lance Taylor <iant@golang.org> | 2009-08-21 17:42:41 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2009-08-21 17:42:41 -0700 |
commit | 99f98829fe3671aefc439329018ada0139e2ed99 (patch) | |
tree | a4b96aeafdb902ac71459cdf4a873922dfcad568 /test/golden.out | |
parent | 176347c3b1c60c17d29be3620df3f339f8bb7255 (diff) | |
download | go-99f98829fe3671aefc439329018ada0139e2ed99.tar.gz |
A test for an interface which uses a forward declared type
which turns out to be invalid.
R=rsc
DELTA=15 (15 added, 0 deleted, 0 changed)
OCL=33691
CL=33693
Diffstat (limited to 'test/golden.out')
-rw-r--r-- | test/golden.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/golden.out b/test/golden.out index a813eba85..207313f59 100644 --- a/test/golden.out +++ b/test/golden.out @@ -177,3 +177,6 @@ errchk: bugs/bug193.go:14: missing expected error: 'shift' =========== bugs/bug194.go BUG should compile and run $RUNFILE: line 1: PID Segmentation fault (core dumped) $G $D/$F.go + +=========== bugs/bug195.go +bugs/bug195.go:9: BUG: errchk: compiler crashed |