Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
runtime/pprof: enable test on windows
Browse files Browse the repository at this point in the history
R=alex.brainman
CC=golang-dev
https://golang.org/cl/5047045
  • Loading branch information
hectorchu authored and alexbrainman committed Sep 17, 2011
1 parent 9fd2687 commit a506c96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pkg/runtime/pprof/pprof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ func TestCPUProfile(t *testing.T) {
case "plan9":
// unimplemented
return
case "windows":
// unimplemented
return
}

buf := make([]byte, 100000)
Expand Down

0 comments on commit a506c96

Please sign in to comment.