mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
parent
d3e1d250a7
commit
6558999cef
5 changed files with 11 additions and 13 deletions
|
@ -26,9 +26,7 @@ static void tst1() {
|
|||
t.begin_scope();
|
||||
t.insert(symbol("boo"), 20);
|
||||
ENSURE(t.contains(symbol("boo")));
|
||||
#ifdef Z3DEBUG
|
||||
int tmp;
|
||||
#endif
|
||||
ENSURE(t.find(symbol("boo"), tmp) && tmp == 20);
|
||||
ENSURE(t.find(symbol("foo"), tmp) && tmp == 35);
|
||||
t.insert(symbol("foo"), 100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue