Skip to content

Commit 5372a0c

Browse files
author
Remi Delmas
committed
don't use is fresh under negation
1 parent 906c5ee commit 5372a0c

File tree

1 file changed

+0
-1
lines changed
  • regression/contracts-dfcc/test_scalar_memory_enforce

1 file changed

+0
-1
lines changed

Diff for: regression/contracts-dfcc/test_scalar_memory_enforce/main.c

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ int foo(int *x)
2121
ptr_ok(x))
2222
__CPROVER_ensures(
2323
!ptr_ok(x) &&
24-
!__CPROVER_is_fresh(x, sizeof(int)) &&
2524
return_ok(__CPROVER_return_value, x))
2625
// clang-format on
2726
{

0 commit comments

Comments
 (0)