| commit | 4e9cc085d28713097dd8f32e50205da59a7eaa08 | [log] [tgz] | 
|---|---|---|
| author | Rob Pike <r@golang.org> | Thu Oct 28 16:54:24 2010 -0700 | 
| committer | Rob Pike <r@golang.org> | Thu Oct 28 16:54:24 2010 -0700 | 
| tree | dd04a82453a126fcb9e3477313ea87a412791711 | |
| parent | 1f4d54ea017db65259bb25d2333d99b8e39676c5 [diff] | 
testing: eliminate testing/regexp Rather than updating the stripped-down regexp implementation embedded in testing, delete it by passing the one function we need from the package main file created by gotest. R=rsc CC=golang-dev https://golang.org/cl/2761043