Skip to content

Commit 79d3ca8

Browse files
author
Remi Delmas
committed
fix test
1 parent 1a0b3ee commit 79d3ca8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

regression/contracts-dfcc/memory-predicates-is-fresh-failure-modes/test-fail-none.desc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
CORE dfcc-only
22
main.c
33
--no-malloc-may-fail --dfcc main --enforce-contract foo
4+
^\[__CPROVER_contracts_car_create.assertion.d+\] line \d+ CAR size is less than __CPROVER_max_malloc_size: FAILURE$
45
^\[__CPROVER_contracts_car_set_insert.assertion.\d+\] line \d+ CAR size is less than __CPROVER_max_malloc_size: FAILURE$
5-
^\[__CPROVER_contracts_car_create.assertion.d+\].*CAR size is less than __CPROVER_max_malloc_size: FAILURE$
6-
^\[__CPROVER_contracts_car_set_insert.assertion.d+\].*CAR size is less than __CPROVER_max_malloc_size: FAILURE$
76
^\[foo.assertion.\d+\] line \d+ size is capped: FAILURE$
87
^EXIT=10$
98
^SIGNAL=0$

0 commit comments

Comments
 (0)