aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-02-16 16:32:30 -0800
committerRuss Cox <rsc@golang.org>2009-02-16 16:32:30 -0800
commit78906c38367d16b5c189163d6f6d60b2e99370f3 (patch)
treeebc44325b8b467153c78a3442a155cece7626c4c /src/run.bash
parentff3173849e844471c769b7e8f8e789769f1327b8 (diff)
downloadgo-78906c38367d16b5c189163d6f6d60b2e99370f3.tar.xz
io.Pipe
assorted underscore cleanup R=r DELTA=488 (410 added, 3 deleted, 75 changed) OCL=25070 CL=25070
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 250b9efbdb..2c5636cfa4 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -26,6 +26,7 @@ maketest() {
maketest \
lib/fmt\
lib/hash\
+ lib/io\
lib/json\
lib/math\
lib/net\