runtime/debug: fix build

TBR=r
CC=golang-dev
https://golang.org/cl/5661053
This commit is contained in:
Russ Cox 2012-02-13 23:05:19 -05:00
parent 913abfee3b
commit 0995aba983

View file

@ -5,7 +5,6 @@
package debug
import (
. "runtime/debug"
"strings"
"testing"
)