Skip to content

Commit

Permalink
Remove unnecessary TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Mar 14, 2023
1 parent 4c80826 commit 8c0af07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/regression/66-longjmp/22-multifun-arg.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ int main () {
fun(&val);
} else {
__goblint_check(x == 2);
__goblint_check(val == 1); //TODO
__goblint_check(global == 42); //TODO
__goblint_check(val == 1);
__goblint_check(global == 42);
}

return(0);
Expand Down

0 comments on commit 8c0af07

Please sign in to comment.