mirror of
https://github.com/golang/go
synced 2024-11-21 20:34: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:
parent
f25e016c60
commit
520621d24c
@ -5,12 +5,9 @@
|
||||
package regexp
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"io"
|
||||
"os"
|
||||
"strings"
|
||||
"testing"
|
||||
"utf8"
|
||||
)
|
||||
|
||||
var good_re = []string{
|
||||
|
Loading…
Reference in New Issue
Block a user