]> Cypherpunks repositories - gostls13.git/commitdiff
regex: Remove unneeded imports from test.
authorChristopher Wedgwood <cw@f00f.org>
Sun, 7 Mar 2010 19:17:36 +0000 (11:17 -0800)
committerRob Pike <r@golang.org>
Sun, 7 Mar 2010 19:17:36 +0000 (11:17 -0800)
R=rsc, adg, r
CC=golang-dev
https://golang.org/cl/264041

src/pkg/regexp/all_test.go

index c847bcd23beaa793ec0a2c758c7aea5e5596f65b..c1f6795e721068aed48a2bd316fe539dc01112cf 100644 (file)
@@ -5,12 +5,9 @@
 package regexp
 
 import (
-       "bytes"
-       "io"
        "os"
        "strings"
        "testing"
-       "utf8"
 )
 
 var good_re = []string{