diff options
Diffstat (limited to 'src/runtime/stack_test.go')
| -rw-r--r-- | src/runtime/stack_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/stack_test.go b/src/runtime/stack_test.go index 3f02243a1e..4c2671b31f 100644 --- a/src/runtime/stack_test.go +++ b/src/runtime/stack_test.go @@ -879,7 +879,7 @@ func deferHeapAndStack(n int) (r int) { } // Pass a value to escapeMe to force it to escape. -var escapeMe = func(x interface{}) {} +var escapeMe = func(x any) {} // Test that when F -> G is inlined and F is excluded from stack // traces, G still appears. |
