From: Rob Pike Date: Tue, 16 Dec 2008 18:31:08 +0000 (-0800) Subject: update tests - 119 is fixed X-Git-Tag: weekly.2009-11-06~2504 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0816debdfcb1138b15fd05ebbe34269b6d05f9ab;p=gostls13.git update tests - 119 is fixed R=gri DELTA=62 (28 added, 34 deleted, 0 changed) OCL=21269 CL=21271 --- 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