* src/SDCCast.c (isConformingBody): fixed bug 1505811, thanks Robert Larice
[fw/sdcc] / src / regression / create_stc
index 95eca6417ef5a3a46509af38d5c089d1dd1e7029..4e59f4ae074987a4613850c6182c91a16c5f0f3e 100755 (executable)
@@ -9,8 +9,7 @@ if [ $# -lt 2 ] ; then
 fi
 
 
-echo "load s $1" > $2
-echo "break e _done" >> $2
+echo "load $1" > $2
 echo "run" >> $2
-echo "x _success" >> $2
-echo "abort_gpsim_now" >> $2
+echo "symbol _failures" >> $2
+echo "quit" >> $2