mirror of
https://github.com/golang/go
synced 2024-11-24 16:30:17 -07:00
runtime/pprof: enable test on windows
R=alex.brainman CC=golang-dev https://golang.org/cl/5047045
This commit is contained in:
parent
9fd26872cb
commit
a506c96ab2
@ -22,9 +22,6 @@ func TestCPUProfile(t *testing.T) {
|
|||||||
case "plan9":
|
case "plan9":
|
||||||
// unimplemented
|
// unimplemented
|
||||||
return
|
return
|
||||||
case "windows":
|
|
||||||
// unimplemented
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buf := make([]byte, 100000)
|
buf := make([]byte, 100000)
|
||||||
|
Loading…
Reference in New Issue
Block a user