Skip to content

Commit

Permalink
Update issue_486.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Apr 4, 2024
1 parent 15559db commit db309b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/issue_486.c
Expand Up @@ -29,7 +29,7 @@ static context_t *make_mcsat_context(void) {
int
main(void)
{
if (yices_has_mcsat()) {
if (!yices_has_mcsat()) {
return 1; //skipped
}

Expand Down

0 comments on commit db309b8

Please sign in to comment.