From 77fbc310e4d9a44dc0c98561709793a2a0a59a15 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 10 Dec 2008 14:59:43 -0800 Subject: [PATCH] another bug cleanup. R=rsc DELTA=117 (54 added, 62 deleted, 1 changed) OCL=20924 CL=20927 --- test/{bugs => fixedbugs}/bug120.go | 0 test/golden.out | 8 -------- 2 files changed, 8 deletions(-) rename test/{bugs => fixedbugs}/bug120.go (100%) diff --git a/test/bugs/bug120.go b/test/fixedbugs/bug120.go similarity index 100% rename from test/bugs/bug120.go rename to test/fixedbugs/bug120.go diff --git a/test/golden.out b/test/golden.out index 0e8aca4735..5ed3174070 100644 --- a/test/golden.out +++ b/test/golden.out @@ -152,12 +152,6 @@ BUG: should compile panic PC=xxx BUG: should not fail -=========== bugs/bug120.go -Bad float64 const: 1e23+1 want 1.0000000000000001e+23 got 1e+23 - want exact: 100000000000000008388608 - got exact: 99999999999999991611392 -BUG: bug120 - =========== bugs/bug121.go BUG: compilation succeeds incorrectly @@ -291,5 +285,3 @@ SIGSEGV: segmentation violation Faulting address: 0x0 pc: xxx - -=========== fixedbugs/bug126.go -- 2.48.1