diff options
| author | Hector Chu <hectorchu@gmail.com> | 2011-09-17 18:00:32 +1000 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2011-09-17 18:00:32 +1000 |
| commit | a506c96ab2646ccbfcc3a9b37bbf58ed77ddc47f (patch) | |
| tree | 8059fc3ab798973c403fbc59ab907f78a4318b7b /src | |
| parent | 9fd26872cb11e603fe91a927c22730061cc3ac0b (diff) | |
| download | go-a506c96ab2646ccbfcc3a9b37bbf58ed77ddc47f.tar.xz | |
runtime/pprof: enable test on windows
R=alex.brainman
CC=golang-dev
https://golang.org/cl/5047045
Diffstat (limited to 'src')
| -rw-r--r-- | src/pkg/runtime/pprof/pprof_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
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) |
