diff options
| author | Rob Pike <r@golang.org> | 2010-10-28 16:54:24 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2010-10-28 16:54:24 -0700 |
| commit | 4e9cc085d28713097dd8f32e50205da59a7eaa08 (patch) | |
| tree | dd04a82453a126fcb9e3477313ea87a412791711 /src/pkg/Makefile | |
| parent | 1f4d54ea017db65259bb25d2333d99b8e39676c5 (diff) | |
| download | go-4e9cc085d28713097dd8f32e50205da59a7eaa08.tar.xz | |
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
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 0bd56764f8..d2e665fdc5 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -151,6 +151,7 @@ NOTEST=\ rand\ runtime/pprof\ syscall\ + testing\ testing/iotest\ try\ ../libcgo\ |
