aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2009-10-20 14:10:22 -0700
committerDavid Symonds <dsymonds@golang.org>2009-10-20 14:10:22 -0700
commit69fc06dfa15154b08f9ba35bec753208ff18c61d (patch)
treefdbfb5fe33fdc437fc9e930ac7202fff35760152 /src/run.bash
parentf591591a28bd715e79e4ff1270a8a5dcea22bfc2 (diff)
downloadgo-69fc06dfa15154b08f9ba35bec753208ff18c61d.tar.xz
Move usr/dsymonds/iterable to src/pkg/exp/iterable.
Remove remainder of usr/dsymonds. R=rsc,r APPROVED=r DELTA=685 (275 added, 409 deleted, 1 changed) OCL=35810 CL=35933
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/run.bash b/src/run.bash
index 619ba9b7d8..d88ea7852b 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -59,11 +59,6 @@ time make
./chanrun
) || exit $?
-(xcd ../usr/dsymonds/iterable
-make clean
-time make test
-) || exit $?
-
(xcd pkg/exp/ogle
make clean
time make ogle