Skip to content

Commit

Permalink
Fix CBMC failures
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Dec 26, 2023
1 parent a3fe7fc commit ddc457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cbmc/proofs/CheckOptionsInner/Makefile.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"CBMCFLAGS": [
"--unwind 1",
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowTxCheckAck.0:2",
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowFastRetransmit.1:2"
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowFastRetransmit.0:2"
],
"OPT":
[
Expand Down

0 comments on commit ddc457f

Please sign in to comment.