Skip to content

Commit

Permalink
Update test_model_hint.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Apr 4, 2024
1 parent fc4a989 commit de6e864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_model_hint.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ void check_simple(void) {
}

int main(void) {
if (yices_has_mcsat()) {
if (!yices_has_mcsat()) {
return 1; // skipped
}

Expand Down

0 comments on commit de6e864

Please sign in to comment.