From 520621d24cec520fab9bfa9ae67c4d43405520a6 Mon Sep 17 00:00:00 2001 From: Christopher Wedgwood Date: Sun, 7 Mar 2010 11:17:36 -0800 Subject: [PATCH] regex: Remove unneeded imports from test. R=rsc, adg, r CC=golang-dev https://golang.org/cl/264041 --- src/pkg/regexp/all_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pkg/regexp/all_test.go b/src/pkg/regexp/all_test.go index c847bcd23b..c1f6795e72 100644 --- a/src/pkg/regexp/all_test.go +++ b/src/pkg/regexp/all_test.go @@ -5,12 +5,9 @@ package regexp import ( - "bytes" - "io" "os" "strings" "testing" - "utf8" ) var good_re = []string{ -- 2.50.0