Skip to content

Commit

Permalink
Update CBMC proof
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu authored and moninom1 committed Feb 9, 2023
1 parent 977a8d2 commit 52bbfeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/cbmc/proofs/CheckOptionsInner/Makefile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"ENTRY": "CheckOptionsInner",
"CBMCFLAGS": [
"--unwind 1",
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowTxCheckAck.1:2",
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowFastRetransmit.2:2"
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowTxCheckAck.0:2",
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_WIN_c_prvTCPWindowFastRetransmit.1:2"
],
"OPT":
[
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/CheckOptionsOuter/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_Reception_c_prvSingleStepTCPHeaderOptions.2:32"
"--unwindset __CPROVER_file_local_FreeRTOS_TCP_Reception_c_prvSingleStepTCPHeaderOptions.0:32"
],
"OPT":
[
Expand Down

0 comments on commit 52bbfeb

Please sign in to comment.