Skip to content

Commit

Permalink
fix test order
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Jan 15, 2024
1 parent 9d441f9 commit 8b92e55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/regression/63-affeq/12-const_guards.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ int main() {
k = 1;
}
__goblint_check(k == 1);
}
}
3 changes: 2 additions & 1 deletion tests/regression/77-lin2vareq/34-svcomp-signextension.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ int main() {
*/

if (signedtounsigned == 4294967295) {
// __goblint_check(1); // reachable
return (-1);
}

// __goblint_check(0); // NOWARN (unreachable)
return (0);
}

0 comments on commit 8b92e55

Please sign in to comment.