Commit 520621d2 authored by Christopher Wedgwood's avatar Christopher Wedgwood Committed by Rob Pike

regex: Remove unneeded imports from test.

R=rsc, adg, r
CC=golang-dev
https://golang.org/cl/264041
parent f25e016c
...@@ -5,12 +5,9 @@ ...@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment