diff options
| author | Russ Cox <rsc@golang.org> | 2009-08-12 14:40:47 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-08-12 14:40:47 -0700 |
| commit | b5c57fea969e527a8127ffc3e62bba63ca861945 (patch) | |
| tree | 802a25d409cc4562a1de282b606466b9d35c6476 /src/run.bash | |
| parent | ff5618e2e3087199d35ad78c799751f95b046767 (diff) | |
| download | go-b5c57fea969e527a8127ffc3e62bba63ca861945.tar.xz | |
delete forward type declarations
R=r
DELTA=163 (1 added, 149 deleted, 13 changed)
OCL=33106
CL=33111
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash index 0210d9fb91..9ae1ece742 100755 --- a/src/run.bash +++ b/src/run.bash @@ -16,8 +16,8 @@ maketest() { do ( xcd $i - # make clean - # time make + make clean + time make make install make test ) || exit $? |
