Skip to content

Commit

Permalink
Adjust test patterns so as not to check for trivial properties
Browse files Browse the repository at this point in the history
With diffblue/cbmc#8413, CBMC will no longer create property checks for
assigns clauses that are trivially true.
  • Loading branch information
tautschnig committed Aug 27, 2024
1 parent db9c45c commit 8814d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERIFICATION:- SUCCESSFUL

.assigns\
- Status: SUCCESS\
- Description: "Check that var_4 is assignable"\
- Description: "Check that *dst is assignable"\
in function copy

VERIFICATION:- SUCCESSFUL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERIFICATION:- SUCCESSFUL

copy.assigns\
- Status: SUCCESS\
- Description: "Check that var_5 is assignable"\
- Description: "Check that *dst is assignable"\
in function copy

VERIFICATION:- SUCCESSFUL

0 comments on commit 8814d67

Please sign in to comment.