From 7525e085d26d85a3f104f9abdcf3a47e937aa0ff Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 22 Mar 2009 21:02:17 -0700 Subject: [PATCH] bug141 is fixed R=ken DELTA=56 (26 added, 30 deleted, 0 changed) OCL=26628 CL=26628 --- test/{bugs => fixedbugs}/bug141.go | 0 test/golden.out | 4 ---- 2 files changed, 4 deletions(-) rename test/{bugs => fixedbugs}/bug141.go (100%) diff --git a/test/bugs/bug141.go b/test/fixedbugs/bug141.go similarity index 100% rename from test/bugs/bug141.go rename to test/fixedbugs/bug141.go diff --git a/test/golden.out b/test/golden.out index 35a6aec8c6..c41d2d9e17 100644 --- a/test/golden.out +++ b/test/golden.out @@ -141,10 +141,6 @@ bugs/bug140.go:6: syntax error near L1 bugs/bug140.go:7: syntax error near L2 BUG should compile -=========== bugs/bug141.go -failed to match interface -BUG: should run - =========== fixedbugs/bug016.go fixedbugs/bug016.go:7: constant -3 overflows uint -- 2.48.1