Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Apr 3, 2024
1 parent 35522c5 commit 9b00c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/issue_451.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ main(void)
term_t c2 = yices_constant(p, 2);
term_t c3 = yices_constant(p, 0);

term_t t1 = yices_application1(p, s);
term_t t1 = yices_application1(pp, s);
term_t t2 = yices_eq(t1, c1);

term_t t3 = yices_application1(p, c3);
term_t t3 = yices_application1(pp, c3);
term_t t4 = yices_eq(c2, t3);

term_t t5 = yices_and2(t2, t4);
Expand Down

0 comments on commit 9b00c0b

Please sign in to comment.