Skip to content

Commit

Permalink
Fix missing EXIT test
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Jan 12, 2025
1 parent 16efff7 commit d84f254
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ main.c
^\[foo.pointer_dereference.\d+\] line 24 dereference failure: dead object in \*y: SUCCESS$
^\[foo.pointer_dereference.\d+\] line 24 dereference failure: pointer outside object bounds in \*y: SUCCESS$
^\[foo.pointer_dereference.\d+\] line 24 dereference failure: invalid integer address in \*y: SUCCESS$
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
--
Expand Down

0 comments on commit d84f254

Please sign in to comment.