qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 5c0e64e5f6f2b6a46e0fcd3edbd6d6b0123176a2
parent 67f611fbef3cf16162867bdf83cb9c8a051dac4a
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Thu,  3 Mar 2016 13:19:46 -0500

fix output inconsistencies in test/go.sh

Diffstat:
Mlisc/test/go.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisc/test/go.sh b/lisc/test/go.sh @@ -71,12 +71,12 @@ once() { else $BIN a b c RET=$? - REASON="return" + REASON="ret code" fi if test $RET -ne 0 then - echo "[$REASON, fail]" + echo "[$REASON fail]" return 1 fi