1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:04:40 -07:00

regex: Remove unneeded imports from test.

R=rsc, adg, r
CC=golang-dev
https://golang.org/cl/264041
This commit is contained in:
Christopher Wedgwood 2010-03-07 11:17:36 -08:00 committed by Rob Pike
parent f25e016c60
commit 520621d24c

View File

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