diff options
author | Russ Cox <rsc@golang.org> | 2009-09-03 16:18:03 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-09-03 16:18:03 -0700 |
commit | 5468e41da2c2f71875fffc94e8914b312e689707 (patch) | |
tree | a2103833359bb34dc7528274724c48fbaaa59092 | |
parent | c7029263b9aef503da2760efd5b7301e614e2065 (diff) | |
download | golang-5468e41da2c2f71875fffc94e8914b312e689707.tar.gz |
missed in last compiler change
R=ken
OCL=34348
CL=34348
-rw-r--r-- | test/golden.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/golden.out b/test/golden.out index eabaf8863..a5eb85bb3 100644 --- a/test/golden.out +++ b/test/golden.out @@ -134,7 +134,7 @@ panic PC=xxx =========== fixedbugs/bug148.go 2 3 -interface is main.T, not main.T·bug148·1 +interface is main.T, not main.T·1 throw: interface conversion panic PC=xxx |