aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/heapdump_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/debug/heapdump_test.go')
-rw-r--r--src/runtime/debug/heapdump_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/debug/heapdump_test.go b/src/runtime/debug/heapdump_test.go
index cb2f2f0679..5761c015b8 100644
--- a/src/runtime/debug/heapdump_test.go
+++ b/src/runtime/debug/heapdump_test.go
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package debug
+package debug_test
import (
"io/ioutil"
"os"
"runtime"
+ . "runtime/debug"
"testing"
)