diff options
Diffstat (limited to 'src/runtime/pprof')
| -rw-r--r-- | src/runtime/pprof/pprof_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/pprof/pprof_test.go b/src/runtime/pprof/pprof_test.go index 5f83f37b50..99c5155806 100644 --- a/src/runtime/pprof/pprof_test.go +++ b/src/runtime/pprof/pprof_test.go @@ -635,10 +635,6 @@ func TestCPUProfileWithFork(t *testing.T) { // Use smaller size for Android to avoid crash. heap = 100 << 20 } - if runtime.GOOS == "windows" && runtime.GOARCH == "arm" { - // Use smaller heap for Windows/ARM to avoid crash. - heap = 100 << 20 - } if testing.Short() { heap = 100 << 20 } |
