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:
parent
f25e016c60
commit
520621d24c
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user