Commit 234dd3d7 authored by Rob Pike's avatar Rob Pike

go method bug is fixed.

R=gri
OCL=13766
CL=13766
parent 7889e034
...@@ -213,8 +213,8 @@ outer loop top k 1 ...@@ -213,8 +213,8 @@ outer loop top k 1
k not zero k not zero
panic on line 305 PC=0x1362 panic on line 305 PC=0x1362
0x1362?zi 0x1362?zi
main·main(1, 0, 1606416400, ...) main·main(1, 0, 1606414952, ...)
main·main(0x1, 0x7fff5fbff810, 0x0, ...) main·main(0x1, 0x7fff5fbff268, 0x0, ...)
BUG: crashes BUG: crashes
=========== bugs/bug072.go =========== bugs/bug072.go
...@@ -255,9 +255,6 @@ BUG: fails incorrectly ...@@ -255,9 +255,6 @@ BUG: fails incorrectly
=========== bugs/bug083.go =========== bugs/bug083.go
=========== bugs/bug084.go
BUG: wrong answer
=========== fixedbugs/bug000.go =========== fixedbugs/bug000.go
=========== fixedbugs/bug001.go =========== fixedbugs/bug001.go
...@@ -370,3 +367,5 @@ ok ...@@ -370,3 +367,5 @@ ok
=========== fixedbugs/bug069.go =========== fixedbugs/bug069.go
=========== fixedbugs/bug071.go =========== fixedbugs/bug071.go
=========== fixedbugs/bug084.go
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment