Skip to content

Commit 4fe5486

Browse files
committed
minor
1 parent 076ae52 commit 4fe5486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/smt2/smt2_commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3248,7 +3248,7 @@ static void validate_unsat_core(smt2_globals_t *g) {
32483248
fflush(stdout);
32493249
} else {
32503250
status = check_context(g->ctx, &g->parameters);
3251-
if (status != STATUS_UNSAT) {
3251+
if (status != YICES_STATUS_UNSAT) {
32523252
printf("**** BUG: INVALID UNSAT CORE ****\n");
32533253
fflush(stdout);
32543254
}

0 commit comments

Comments
 (0)