mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
compiler optimization and fixes to unit tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
18ea547cea
85 changed files with 1156 additions and 11585 deletions
|
@ -381,7 +381,7 @@ static void tst3() {
|
|||
{
|
||||
std::ostringstream buffer;
|
||||
display(buffer, m, a, EN_PLUS_INFINITY);
|
||||
SASSERT(buffer.str() == "oo");
|
||||
SASSERT(buffer.str() == "+oo");
|
||||
}
|
||||
{
|
||||
std::ostringstream buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue