Skip to content

Commit

Permalink
modify test-comp.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Laplace-Demon committed Jun 14, 2024
1 parent 69fed58 commit 895006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libc/src/test-comp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Bool __VERIFIER_nondet_bool(void) {
_Bool var = owi_i32();
owi_assume(or_(var == 0, var == 1));
owi_assume(var == 0 || var == 1);
return var;
}

Expand Down

0 comments on commit 895006b

Please sign in to comment.