mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime/pprof: enable test on windows
R=alex.brainman CC=golang-dev https://golang.org/cl/5047045
This commit is contained in:
parent
9fd26872cb
commit
a506c96ab2
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue