]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof: enable test on windows
authorHector Chu <hectorchu@gmail.com>
Sat, 17 Sep 2011 08:00:32 +0000 (18:00 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 17 Sep 2011 08:00:32 +0000 (18:00 +1000)
R=alex.brainman
CC=golang-dev
https://golang.org/cl/5047045

src/pkg/runtime/pprof/pprof_test.go

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