]> Cypherpunks repositories - gostls13.git/commit
testing: eliminate testing/regexp
authorRob Pike <r@golang.org>
Thu, 28 Oct 2010 23:54:24 +0000 (16:54 -0700)
committerRob Pike <r@golang.org>
Thu, 28 Oct 2010 23:54:24 +0000 (16:54 -0700)
commit4e9cc085d28713097dd8f32e50205da59a7eaa08
treedd04a82453a126fcb9e3477313ea87a412791711
parent1f4d54ea017db65259bb25d2333d99b8e39676c5
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
src/cmd/gotest/gotest
src/pkg/Makefile
src/pkg/exp/eval/eval_test.go
src/pkg/fmt/scan_test.go
src/pkg/io/ioutil/tempfile_test.go
src/pkg/testing/Makefile
src/pkg/testing/benchmark.go
src/pkg/testing/regexp.go [deleted file]
src/pkg/testing/regexp_test.go [deleted file]
src/pkg/testing/testing.go