aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stack_test.go')
-rw-r--r--src/runtime/stack_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/stack_test.go b/src/runtime/stack_test.go
index b6f20686bf..48058b95cb 100644
--- a/src/runtime/stack_test.go
+++ b/src/runtime/stack_test.go
@@ -329,6 +329,7 @@ func TestPanicFar(t *testing.T) {
time.Sleep(time.Millisecond)
panic(1)
})
+ _ = xtree
}
type xtreeNode struct {