| commit | 6c230fbc6710b80982b3082064292fefae4a4790 | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Mon Sep 26 18:33:13 2011 -0400 |
| committer | Russ Cox <rsc@golang.org> | Mon Sep 26 18:33:13 2011 -0400 |
| tree | 1e026230d3c2f5d62f5c54f718f16c7e4dac44a3 | |
| parent | a8a18f6566dd4af3335a587d10cec77f6c5a3e90 [diff] [blame] |
regexp: move to old/regexp, replace with exp/regexp R=golang-dev, r CC=golang-dev https://golang.org/cl/5127042
diff --git a/src/pkg/index/suffixarray/suffixarray_test.go b/src/pkg/index/suffixarray/suffixarray_test.go index aeac977..ec8796d 100644 --- a/src/pkg/index/suffixarray/suffixarray_test.go +++ b/src/pkg/index/suffixarray/suffixarray_test.go
@@ -6,8 +6,8 @@ import ( "bytes" - "exp/regexp" "rand" + "regexp" "sort" "strings" "testing"