File tree 1 file changed +3
-3
lines changed
regression/goto-synthesizer
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
rm -f " ${name} -mod.gb"
38
38
rm -f " ${name} -mod-2.gb"
39
39
echo " Running goto-instrument: "
40
- $goto_instrument --no-malloc-may-fail ${args_inst} " ${name} .gb" " ${name} -mod.gb"
40
+ $goto_instrument ${args_inst} " ${name} .gb" " ${name} -mod.gb"
41
41
if [ ! -e " ${name} -mod.gb" ] ; then
42
42
cp " $name .gb" " ${name} -mod.gb"
43
43
elif echo $args_inst | grep -q -- " --dump-c" ; then
@@ -53,9 +53,9 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
53
53
fi
54
54
echo " Running goto-synthesizer: "
55
55
if echo $args_synthesizer | grep -q -- " --dump-loop-contracts" ; then
56
- $goto_synthesizer ${args_synthesizer} --no-malloc-may-fail " ${name} -mod.gb"
56
+ $goto_synthesizer ${args_synthesizer} " ${name} -mod.gb"
57
57
else
58
- $goto_synthesizer ${args_synthesizer} --no-malloc-may-fail " ${name} -mod.gb" " ${name} -mod-2.gb"
58
+ $goto_synthesizer ${args_synthesizer} " ${name} -mod.gb" " ${name} -mod-2.gb"
59
59
echo " Running CBMC: "
60
60
$cbmc ${args_cbmc} " ${name} -mod-2.gb"
61
61
fi
You can’t perform that action at this time.
0 commit comments