From 0816debdfcb1138b15fd05ebbe34269b6d05f9ab Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 16 Dec 2008 10:31:08 -0800 Subject: [PATCH] update tests - 119 is fixed R=gri DELTA=62 (28 added, 34 deleted, 0 changed) OCL=21269 CL=21271 --- test/{bugs => fixedbugs}/bug119.go | 0 test/golden.out | 6 ------ 2 files changed, 6 deletions(-) rename test/{bugs => fixedbugs}/bug119.go (100%) diff --git a/test/bugs/bug119.go b/test/fixedbugs/bug119.go similarity index 100% rename from test/bugs/bug119.go rename to test/fixedbugs/bug119.go diff --git a/test/golden.out b/test/golden.out index 9821f4ab86..17f62ddf8d 100644 --- a/test/golden.out +++ b/test/golden.out @@ -141,12 +141,6 @@ bugs/bug117.go:9: illegal types for operand: RETURN int BUG: should compile -=========== bugs/bug119.go -3 - -panic PC=xxx -BUG: should not fail - =========== bugs/bug121.go BUG: compilation succeeds incorrectly -- 2.48.1