aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/debug/stack_test.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-13 23:05:19 -0500
committerRuss Cox <rsc@golang.org>2012-02-13 23:05:19 -0500
commit0995aba983f1c1793c2039d259a8605285d32be6 (patch)
treea074d484220f77e76d1025f8cd96c8e41d0c42d9 /src/pkg/runtime/debug/stack_test.go
parent913abfee3bd25af5d80b3b9079d22f8e296d94c8 (diff)
downloadgo-0995aba983f1c1793c2039d259a8605285d32be6.tar.xz
runtime/debug: fix build
TBR=r CC=golang-dev https://golang.org/cl/5661053
Diffstat (limited to 'src/pkg/runtime/debug/stack_test.go')
-rw-r--r--src/pkg/runtime/debug/stack_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/debug/stack_test.go b/src/pkg/runtime/debug/stack_test.go
index cf4bd0238e..94293bb934 100644
--- a/src/pkg/runtime/debug/stack_test.go
+++ b/src/pkg/runtime/debug/stack_test.go
@@ -5,7 +5,6 @@
package debug
import (
- . "runtime/debug"
"strings"
"testing"
)