diff options
author | Rob Pike <r@golang.org> | 2008-06-06 13:32:59 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-06-06 13:32:59 -0700 |
commit | c5165397c55f3092047256876b0222ef10c6e3e1 (patch) | |
tree | 5305980a833fe0221a33fa9b0521790c1bb04ca8 /test/run | |
parent | a680dbdfffda9c49d77447312e6dd000db3592bb (diff) | |
download | go-c5165397c55f3092047256876b0222ef10c6e3e1.tar.gz |
remove 6.out in test/run. update golden file
SVN=121465
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ case $failed in 1) echo FAIL esac -rm -f /tmp/$USER.$$.gotest *.6 +rm -f /tmp/$USER.$$.gotest *.6 6.out if ! diff run.out golden.out then failed=1 |