From 2ee4549f599ed214693abf75163176f178b4188c 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/json/generic_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/json/generic_test.go') diff --git a/src/pkg/json/generic_test.go b/src/pkg/json/generic_test.go index 68868d7a5..3d82c8e35 100644 --- a/src/pkg/json/generic_test.go +++ b/src/pkg/json/generic_test.go @@ -5,7 +5,6 @@ package json import ( - "json"; "testing"; ) -- cgit v1.2.3