diff options
author | Christopher Wedgwood <cw@f00f.org> | 2010-03-07 11:17:36 -0800 |
---|---|---|
committer | Christopher Wedgwood <cw@f00f.org> | 2010-03-07 11:17:36 -0800 |
commit | 7efcbf64a60884378b998e40cce3a8e64c25a82e (patch) | |
tree | 5f2c187ffd82f4f37f86c4dcd725a414875d79f5 /src/pkg/regexp/all_test.go | |
parent | 9f400b186a2cf9b2d5668ae72e34deb5f023a9d3 (diff) | |
download | golang-7efcbf64a60884378b998e40cce3a8e64c25a82e.tar.gz |
regex: Remove unneeded imports from test.
R=rsc, adg, r
CC=golang-dev
http://codereview.appspot.com/264041
Committer: Rob Pike <r@golang.org>
Diffstat (limited to 'src/pkg/regexp/all_test.go')
-rw-r--r-- | src/pkg/regexp/all_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/regexp/all_test.go b/src/pkg/regexp/all_test.go index c847bcd23..c1f6795e7 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{ |