From 0995aba983f1c1793c2039d259a8605285d32be6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 13 Feb 2012 23:05:19 -0500 Subject: [PATCH] runtime/debug: fix build TBR=r CC=golang-dev https://golang.org/cl/5661053 --- src/pkg/runtime/debug/stack_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/runtime/debug/stack_test.go b/src/pkg/runtime/debug/stack_test.go index cf4bd0238e7..94293bb934b 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" )