aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/testing/testing.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 13:19:17 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 13:19:17 -0700
commitb04ac108fdede9e5b72f677e9bf10195ffb8280b (patch)
treec9dbc55a8447806706f8ae757a04c3c41b815835 /src/pkg/testing/testing.go
parent5b62b19d436de41f77278c7511896a4921f6d040 (diff)
downloadgo-b04ac108fdede9e5b72f677e9bf10195ffb8280b.tar.xz
convert non-low-level non-google pkg code
to whole-package compilation. R=r OCL=33070 CL=33101
Diffstat (limited to 'src/pkg/testing/testing.go')
-rw-r--r--src/pkg/testing/testing.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/testing/testing.go b/src/pkg/testing/testing.go
index 2761293938..617efa4abf 100644
--- a/src/pkg/testing/testing.go
+++ b/src/pkg/testing/testing.go
@@ -16,7 +16,6 @@ import (
"fmt";
"os";
"runtime";
- "testing";
)
// Report as tests are run; default is silent for success.