mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
be266bdd56
commit
c9b7ea35b6
|
@ -264,7 +264,7 @@ extern "C" {
|
||||||
LOG_Z3_rcf_neq(c, a, b);
|
LOG_Z3_rcf_neq(c, a, b);
|
||||||
RESET_ERROR_CODE();
|
RESET_ERROR_CODE();
|
||||||
reset_rcf_cancel(c);
|
reset_rcf_cancel(c);
|
||||||
return rcfm(c).eq(to_rcnumeral(a), to_rcnumeral(b));
|
return rcfm(c).neq(to_rcnumeral(a), to_rcnumeral(b));
|
||||||
Z3_CATCH_RETURN(Z3_FALSE);
|
Z3_CATCH_RETURN(Z3_FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue