From 05a84d17bf583c97fb3e77c4a6a07d888a6a2681 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Fri, 10 Nov 2017 16:59:44 +0000 Subject: Fixed some tricky typechecking bugs --- test/typecheck/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/typecheck/run_tests.sh b/test/typecheck/run_tests.sh index eaa268a6..48cf070b 100755 --- a/test/typecheck/run_tests.sh +++ b/test/typecheck/run_tests.sh @@ -60,9 +60,9 @@ printf "\n" >> $DIR/tests.xml for i in `ls $DIR/pass/`; do - if $SAILDIR/sail -ddump_tc_ast -just_check $DIR/pass/$i 2> /dev/null 1> $DIR/rtpass/$i; + if $SAILDIR/sail -ddump_tc_ast -dsanity $DIR/pass/$i 2> /dev/null 1> $DIR/rtpass/$i; then - if $SAILDIR/sail -dno_cast -ddump_tc_ast -just_check $DIR/rtpass/$i 2> /dev/null 1> $DIR/rtpass2/$i; + if $SAILDIR/sail -ddump_tc_ast -dno_cast -dsanity $DIR/rtpass/$i 2> /dev/null 1> $DIR/rtpass2/$i; then if diff $DIR/rtpass/$i $DIR/rtpass2/$i; then -- cgit v1.2.3