]> Cypherpunks repositories - gostls13.git/commitdiff
another bug cleanup.
authorRob Pike <r@golang.org>
Wed, 10 Dec 2008 22:59:43 +0000 (14:59 -0800)
committerRob Pike <r@golang.org>
Wed, 10 Dec 2008 22:59:43 +0000 (14:59 -0800)
R=rsc
DELTA=117  (54 added, 62 deleted, 1 changed)
OCL=20924
CL=20927

test/fixedbugs/bug120.go [moved from test/bugs/bug120.go with 100% similarity]
test/golden.out

similarity index 100%
rename from test/bugs/bug120.go
rename to test/fixedbugs/bug120.go
index 0e8aca4735eeb5e2d4e86547fb7669994798d888..5ed3174070ba9197e3d49d5677e58cc173620dad 100644 (file)
@@ -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