From eece85c9a72aa48d5522c07630abb07d2a0f0f16 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 27 Jul 2009 17:32:02 -0700 Subject: [PATCH] move bug148, already fixed, to fixedbugs R=ken OCL=32257 CL=32257 --- test/{bugs => fixedbugs}/bug148.go | 0 test/golden.out | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename test/{bugs => fixedbugs}/bug148.go (100%) diff --git a/test/bugs/bug148.go b/test/fixedbugs/bug148.go similarity index 100% rename from test/bugs/bug148.go rename to test/fixedbugs/bug148.go diff --git a/test/golden.out b/test/golden.out index 8f50536e096..ecff50ba7e6 100644 --- a/test/golden.out +++ b/test/golden.out @@ -91,13 +91,6 @@ BUG: compilation succeeds incorrectly =========== bugs/bug136.go BUG: should not compile -=========== bugs/bug148.go -2 3 -interface is main.T, not main.T·bug148·1 -throw: interface conversion - -panic PC=xxx - =========== bugs/bug159.go abc: expected 4 5 6 got 4 4 -4 BUG: bug159 @@ -232,3 +225,10 @@ fixedbugs/bug131.go:7: illegal types for operand: AS fixedbugs/bug133.dir/bug2.go:11: undefined: bug0.T field i fixedbugs/bug133.dir/bug2.go:11: illegal types for operand: RETURN int + +=========== fixedbugs/bug148.go +2 3 +interface is main.T, not main.T·bug148·1 +throw: interface conversion + +panic PC=xxx