From 4e9cc085d28713097dd8f32e50205da59a7eaa08 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 28 Oct 2010 16:54:24 -0700 Subject: 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/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/Makefile') 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\ -- cgit v1.3-5-g9baa