From d47d888ba663014e6aa8ca043e694f4b2a5898b8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 18 Dec 2008 22:37:22 -0800 Subject: convert *[] to []. R=r OCL=21563 CL=21571 --- src/run.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 30166f71e9..15caf72675 100755 --- a/src/run.bash +++ b/src/run.bash @@ -26,15 +26,16 @@ maketest() { maketest \ lib/fmt\ lib/hash\ - lib/json\ lib/math\ - lib/net\ lib/reflect\ lib/regexp\ lib/strconv\ lib/tabwriter\ lib/time\ +# lib/json\ +# lib/net\ + # all of these are subtly different # from what maketest does. -- cgit v1.3-5-g9baa