1
0
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:
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": case "plan9":
// unimplemented // unimplemented
return return
case "windows":
// unimplemented
return
} }
buf := make([]byte, 100000) buf := make([]byte, 100000)