diff options
| author | Russ Cox <rsc@golang.org> | 2008-12-18 22:37:22 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-12-18 22:37:22 -0800 |
| commit | d47d888ba663014e6aa8ca043e694f4b2a5898b8 (patch) | |
| tree | 851fad01a87b8fa071ed46fa0985f1857d9e47ca /src/run.bash | |
| parent | 9786f69f74a5fa290476774e07fb10ce8da84123 (diff) | |
| download | go-d47d888ba663014e6aa8ca043e694f4b2a5898b8.tar.xz | |
convert *[] to [].
R=r
OCL=21563
CL=21571
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 5 |
1 files changed, 3 insertions, 2 deletions
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. |
