summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-19 17:27:08 -0700
committerRuss Cox <rsc@golang.org>2009-08-19 17:27:08 -0700
commit16c16c710b89d0d45800fe3651cf51a4a9d3f19d (patch)
tree0f98a327c8b3a22dc374d6f4612b1c10f27f93ab /test
parent47f808ba0cd1c70478f00f63a8cd93980043daad (diff)
downloadgo-16c16c710b89d0d45800fe3651cf51a4a9d3f19d.tar.gz
produce diagnostic for
import "fmt" var fmt = 1 R=ken OCL=33556 CL=33561
Diffstat (limited to 'test')
-rw-r--r--test/golden.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/golden.out b/test/golden.out
index f3841b15b..1c4981b35 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -161,10 +161,10 @@ BUG: 0 1
BUG: errchk: command succeeded unexpectedly
=========== bugs/bug190.go
-<epoch>: invalid recursive type []S
-<epoch>: invalid recursive type S
-<epoch>: invalid recursive type S
-<epoch>: invalid recursive type chan S
-<epoch>: invalid recursive type S
-<epoch>: invalid recursive type func(S) (S)
+bugs/bug190.go:11: invalid recursive type []S
+bugs/bug190.go:16: invalid recursive type S
+bugs/bug190.go:16: invalid recursive type S
+bugs/bug190.go:13: invalid recursive type chan S
+bugs/bug190.go:16: invalid recursive type S
+bugs/bug190.go:15: invalid recursive type func(S) (S)
BUG: should compile