Skip to content

Commit cb29fe7

Browse files
committed
CBMC's command-line parameter changed from graphml-cex to graphml-witness
This was implemented in CBMC's fd6a1161a2.
1 parent 88a4a99 commit cb29fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbmc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ulimit -v 15000000 ; \
8383
EC=42 ; \
8484
for c in 2 6 12 17 21 40 200 400 1025 2049 268435456 ; do \
8585
echo "Unwind: $c" > $LOG.latest ; \
86-
./cbmc-binary --graphml-cex $LOG.cex --unwind $c --stop-on-fail $BIT_WIDTH $PROPERTY --function $ENTRY $BM >> $LOG.latest 2>&1 ; \
86+
./cbmc-binary --graphml-witness $LOG.cex --unwind $c --stop-on-fail $BIT_WIDTH $PROPERTY --function $ENTRY $BM >> $LOG.latest 2>&1 ; \
8787
ec=$? ; \
8888
if [ $ec -eq 0 ] ; then \
8989
if ! tail -n 10 $LOG.latest | grep -q "^VERIFICATION SUCCESSFUL$" ; then ec=1 ; fi ; \

0 commit comments

Comments
 (0)