Skip to content

Commit 3858c8d

Browse files
In termination checking we must not replace loops by assumptions
1 parent 28b34a8 commit 3858c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbmc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TOOL_NAME=CBMC
88
run()
99
{
1010
if [ "$PROP" = "termination" ] ; then
11-
PROPERTY="$PROPERTY --no-assertions"
11+
PROPERTY="$PROPERTY --no-assertions --no-self-loops-to-assumptions"
1212
fi
1313

1414
timeout 875 bash -c ' \

0 commit comments

Comments
 (0)