Skip to content

Commit

Permalink
Fix existing loop-contracts side-effect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qinheping committed Jul 3, 2024
1 parent 2bd6453 commit 3666698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CORE
main.c
--dfcc main --apply-loop-contracts
^Decreases clause is not side-effect free. \(at: file main.c line .* function main\)$
^EXIT=70$
^Decreases clause is not side-effect free.$
^EXIT=6$
^SIGNAL=0$
--
--
Expand Down
4 changes: 2 additions & 2 deletions regression/contracts-dfcc/variant_side_effects_fail/test.desc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CORE
main.c
--dfcc main --apply-loop-contracts
^Decreases clause is not side-effect free. \(at: file main.c line .* function main\)$
^EXIT=70$
^Decreases clause is not side-effect free.$
^EXIT=6$
^SIGNAL=0$
--
--
Expand Down

0 comments on commit 3666698

Please sign in to comment.