mirror of
https://github.com/golang/go
synced 2024-11-24 13:50:13 -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":
|
||||
// unimplemented
|
||||
return
|
||||
case "windows":
|
||||
// unimplemented
|
||||
return
|
||||
}
|
||||
|
||||
buf := make([]byte, 100000)
|
||||
|
Loading…
Reference in New Issue
Block a user