Skip to content

Commit 24f890e

Browse files
author
Enrico Steffinlongo
committed
Removed last --no-malloc-may-fail from test runner
1 parent a8e31e9 commit 24f890e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: regression/contracts-dfcc/chain.sh

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ else
4343
$goto_cc -o "${name}${dfcc_suffix}.gb" "${name}.c"
4444
fi
4545

46-
if [[ "${args_inst}" != *"malloc"* ]]; then
47-
args_inst="--no-malloc-may-fail $args_inst"
48-
fi
49-
5046
rm -f "${name}${dfcc_suffix}-mod.gb"
5147
$goto_instrument ${args_inst} "${name}${dfcc_suffix}.gb" "${name}${dfcc_suffix}-mod.gb"
5248
if [ ! -e "${name}${dfcc_suffix}-mod.gb" ] ; then

0 commit comments

Comments
 (0)