From 0ed4576c6ac4faab53221b5690b124a2fb35b39f Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 28 Oct 2008 20:20:55 -0700 Subject: [PATCH] - update test.sh (caused an error since src/pkg dir is empty now) R=r OCL=17987 CL=17987 --- usr/gri/pretty/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/gri/pretty/test.sh b/usr/gri/pretty/test.sh index ef9c66f0f4..a4ca3ecaa7 100755 --- a/usr/gri/pretty/test.sh +++ b/usr/gri/pretty/test.sh @@ -44,7 +44,6 @@ apply() { $GOROOT/test/*.go \ $GOROOT/test/bugs/*.go \ $GOROOT/test/fixedbugs/*.go \ - $GOROOT/src/pkg/*.go \ $GOROOT/src/lib/*.go \ $GOROOT/src/lib/*/*.go \ $GOROOT/usr/r/*/*.go -- 2.50.0