From 9c63abc9a1d127f95162756467284cf76b47aff8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 7 Dec 2011 01:11:29 +0000 Subject: libgo: Update to weekly 2011-11-09. From-SVN: r182073 --- libgo/go/regexp/exec_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgo/go/regexp/exec_test.go') diff --git a/libgo/go/regexp/exec_test.go b/libgo/go/regexp/exec_test.go index 499d1a5..d981f54 100644 --- a/libgo/go/regexp/exec_test.go +++ b/libgo/go/regexp/exec_test.go @@ -9,15 +9,15 @@ import ( "compress/bzip2" "fmt" "io" + "math/rand" old "old/regexp" "os" "path/filepath" - "rand" "regexp/syntax" "strconv" "strings" "testing" - "utf8" + "unicode/utf8" ) // TestRE2 tests this package's regexp API against test cases -- cgit v1.1