1
0
mirror of https://github.com/golang/go synced 2024-11-24 14:00:15 -07:00

runtime/pprof: enable test on windows

R=alex.brainman
CC=golang-dev
https://golang.org/cl/5047045
This commit is contained in:
Hector Chu 2011-09-17 18:00:32 +10:00 committed by Alex Brainman
parent 9fd26872cb
commit a506c96ab2

View File

@ -22,9 +22,6 @@ func TestCPUProfile(t *testing.T) {
case "plan9":
// unimplemented
return
case "windows":
// unimplemented
return
}
buf := make([]byte, 100000)