mirror of https://github.com/golang/go.git
parent
17596948e3
commit
02f718339b
|
|
@ -491,6 +491,4 @@ func main() {
|
|||
// Rationals
|
||||
// TODO add more tests
|
||||
RatConv();
|
||||
|
||||
print("PASSED\n");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@ Faulting address: 0x0
|
|||
pc: xxx
|
||||
|
||||
|
||||
=========== ./method2.go
|
||||
BUG: errchk: command succeeded unexpectedly: 6g ./method2.go
|
||||
|
||||
=========== ./peano.go
|
||||
0! = 1
|
||||
1! = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue