mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 07:43:41 +00:00
fix unused variable warning in unit test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e7f458101c
commit
a20656de35
1 changed files with 4 additions and 2 deletions
|
@ -109,10 +109,12 @@ void tst_polynorm() {
|
||||||
reg_decl_plugins(m);
|
reg_decl_plugins(m);
|
||||||
expr_ref fml(m);
|
expr_ref fml(m);
|
||||||
|
|
||||||
fml = parse_fml(m, example2);
|
fml = parse_fml(m, example1);
|
||||||
|
|
||||||
std::cout << mk_pp(fml, m) << "\n";
|
std::cout << mk_pp(fml, m) << "\n";
|
||||||
|
nf(fml);
|
||||||
|
|
||||||
|
fml = parse_fml(m, example2);
|
||||||
|
std::cout << mk_pp(fml, m) << "\n";
|
||||||
nf(fml);
|
nf(fml);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue