Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Feb 28, 2025
1 parent 1a0b3ee commit 79d3ca8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
CORE dfcc-only
main.c
--no-malloc-may-fail --dfcc main --enforce-contract foo
^\[__CPROVER_contracts_car_create.assertion.d+\] line \d+ CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[__CPROVER_contracts_car_set_insert.assertion.\d+\] line \d+ CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[__CPROVER_contracts_car_create.assertion.d+\].*CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[__CPROVER_contracts_car_set_insert.assertion.d+\].*CAR size is less than __CPROVER_max_malloc_size: FAILURE$
^\[foo.assertion.\d+\] line \d+ size is capped: FAILURE$
^EXIT=10$
^SIGNAL=0$
Expand Down

0 comments on commit 79d3ca8

Please sign in to comment.