1
0
mirror of https://github.com/golang/go synced 2024-11-22 07:44:43 -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 package regexp
import ( import (
"bytes"
"io"
"os" "os"
"strings" "strings"
"testing" "testing"
"utf8"
) )
var good_re = []string{ var good_re = []string{