]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/debug: fix build
authorRuss Cox <rsc@golang.org>
Tue, 14 Feb 2012 04:05:19 +0000 (23:05 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 14 Feb 2012 04:05:19 +0000 (23:05 -0500)
TBR=r
CC=golang-dev
https://golang.org/cl/5661053

src/pkg/runtime/debug/stack_test.go

index cf4bd0238e74f514d77c6f1e2c3c217b6d2fb7ec..94293bb934b512591c5711d26458bf1faab5b72e 100644 (file)
@@ -5,7 +5,6 @@
 package debug
 
 import (
-       . "runtime/debug"
        "strings"
        "testing"
 )