Commit e2425625 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

test: fix error output in the test

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/11432046
parent 2a6520c2
......@@ -51,7 +51,7 @@ func main() {
runtime.GC()
}
if count != 0 {
println(count, "out of", N, "finalizer are called")
println(count, "out of", N, "finalizer are not called")
panic("not all finalizers are called")
}
}
......
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