We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f938be commit 8ddb8beCopy full SHA for 8ddb8be
src/runtime/pprof/pprof_test.go
@@ -1584,7 +1584,7 @@ func TestGoroutineLeakProfileConcurrency(t *testing.T) {
1584
// Regular goroutine profile. Used to check that there is no interference between
1585
// the two profile types.
1586
goroutineProf := Lookup("goroutine")
1587
- goroutineLeakProf := Lookup("goroutineleak")
+ goroutineLeakProf := goroutineLeakProfile
1588
1589
// Check that a profile with debug information contains
1590
includesLeak := func(t *testing.T, name, s string) {
0 commit comments