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 Nov 18, 2023
1 parent b1c0ed4 commit 58370b7
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 @@ -46,7 +46,7 @@ static term_t make_simple_eq_constraint(term_t var[2]) {
var[1] = y;

p = yices_arith_eq_atom(x, y); // p is x = y
return p; // p < 1
return p;
}

/*
Expand Down

0 comments on commit 58370b7

Please sign in to comment.