Commit a00917ca authored by Russ Cox's avatar Russ Cox

test/mallocfin: relax test to 80% from 90%.

R=r
CC=golang-dev
https://golang.org/cl/725042
parent a24cf69f
......@@ -54,7 +54,7 @@ func main() {
runtime.GC()
runtime.Gosched()
}
if nfinal < N*9/10 {
if nfinal < N*8/10 {
panic("not enough finalizing:", nfinal, "/", N)
}
}
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