Commit a506c96a authored by Hector Chu's avatar Hector Chu Committed by Alex Brainman

runtime/pprof: enable test on windows

R=alex.brainman
CC=golang-dev
https://golang.org/cl/5047045
parent 9fd26872
......@@ -22,9 +22,6 @@ func TestCPUProfile(t *testing.T) {
case "plan9":
// unimplemented
return
case "windows":
// unimplemented
return
}
buf := make([]byte, 100000)
......
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