mirror of https://github.com/golang/go.git
runtime/pprof: fix test
R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/12790043
This commit is contained in:
parent
aaab946943
commit
71c6da39ce
|
|
@ -47,6 +47,7 @@ func TestCPUProfileMultithreaded(t *testing.T) {
|
|||
for i := 0; i < 2000; i++ {
|
||||
crc32.ChecksumIEEE(buf)
|
||||
}
|
||||
<-c
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue