Skip to content

Commit

Permalink
don't use is fresh under negation
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Jan 25, 2025
1 parent 906c5ee commit 5372a0c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ int foo(int *x)
ptr_ok(x))
__CPROVER_ensures(
!ptr_ok(x) &&
!__CPROVER_is_fresh(x, sizeof(int)) &&
return_ok(__CPROVER_return_value, x))
// clang-format on
{
Expand Down

0 comments on commit 5372a0c

Please sign in to comment.