Commit 71c6da39 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov Committed by Russ Cox

runtime/pprof: fix test

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/12790043
parent aaab9469
...@@ -47,6 +47,7 @@ func TestCPUProfileMultithreaded(t *testing.T) { ...@@ -47,6 +47,7 @@ func TestCPUProfileMultithreaded(t *testing.T) {
for i := 0; i < 2000; i++ { for i := 0; i < 2000; i++ {
crc32.ChecksumIEEE(buf) crc32.ChecksumIEEE(buf)
} }
<-c
}) })
} }
......
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