Skip to content

Commit f069a4c

Browse files
author
Remi Delmas
committed
fixing expected return value for loop-freeness test
1 parent 87c99c7 commit f069a4c

File tree

1 file changed

+1
-1
lines changed
  • regression/contracts/loop-freeness-check

1 file changed

+1
-1
lines changed

regression/contracts/loop-freeness-check/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main.c
55
^Invariant check failed$
66
^Condition: is_loop_free\(goto_program\)$
77
^Reason: Loops remain in function 'foo', assigns clause checking instrumentation cannot be applied\.$
8-
^EXIT=134$
8+
^EXIT=(127|134)$
99
^SIGNAL=0$
1010
--
1111
--

0 commit comments

Comments
 (0)