diff options
Diffstat (limited to '')
-rwxr-xr-x | compiler | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ python __init__.py < ${TESTDIR}/$1.t > ${TESTDIR}/$1.S pushd emu >/dev/null make ./riscas ${TESTDIR}/$1.S ${TESTDIR}/$1.bin -./risci ${TESTDIR}/$1.bin ret=$? popd >/dev/null |