From: Hector Chu Date: Sat, 17 Sep 2011 08:00:32 +0000 (+1000) Subject: runtime/pprof: enable test on windows X-Git-Tag: weekly.2011-09-21~52 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a506c96ab2646ccbfcc3a9b37bbf58ed77ddc47f;p=gostls13.git runtime/pprof: enable test on windows R=alex.brainman CC=golang-dev https://golang.org/cl/5047045 --- diff --git a/src/pkg/runtime/pprof/pprof_test.go b/src/pkg/runtime/pprof/pprof_test.go index 4486d5525f..5f128c01cf 100644 --- a/src/pkg/runtime/pprof/pprof_test.go +++ b/src/pkg/runtime/pprof/pprof_test.go @@ -22,9 +22,6 @@ func TestCPUProfile(t *testing.T) { case "plan9": // unimplemented return - case "windows": - // unimplemented - return } buf := make([]byte, 100000)