aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/debug/stack_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/debug/stack_test.go')
-rw-r--r--src/pkg/runtime/debug/stack_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/runtime/debug/stack_test.go b/src/pkg/runtime/debug/stack_test.go
index 8daa3b2424..bbd662618f 100644
--- a/src/pkg/runtime/debug/stack_test.go
+++ b/src/pkg/runtime/debug/stack_test.go
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package debug_test
+package debug
import (
- . "runtime/debug"
"strings"
"testing"
)