Skip to content

Commit

Permalink
Mark longjmp-top reachability test as TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 16, 2023
1 parent a4261de commit 5948ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/68-longjmp/56-longjmp-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main() {
longjmp(*buf_ptr, 1); // NO CRASH: problem?!
}
else {
__goblint_check(1); // reachable
__goblint_check(1); // TODO reachable: https://github.com/goblint/analyzer/pull/1210#discussion_r1350021903
}
return 0;
}

0 comments on commit 5948ca4

Please sign in to comment.