aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-10-28 16:54:24 -0700
committerRob Pike <r@golang.org>2010-10-28 16:54:24 -0700
commit4e9cc085d28713097dd8f32e50205da59a7eaa08 (patch)
treedd04a82453a126fcb9e3477313ea87a412791711 /src/pkg/Makefile
parent1f4d54ea017db65259bb25d2333d99b8e39676c5 (diff)
downloadgo-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/Makefile1
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\