From b04ac108fdede9e5b72f677e9bf10195ffb8280b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 12 Aug 2009 13:19:17 -0700 Subject: convert non-low-level non-google pkg code to whole-package compilation. R=r OCL=33070 CL=33101 --- src/pkg/testing/testing.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/testing/testing.go') 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. -- cgit v1.3-5-g9baa