mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +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
|
@ -109,10 +109,12 @@ void tst_polynorm() {
|
|||
reg_decl_plugins(m);
|
||||
expr_ref fml(m);
|
||||
|
||||
fml = parse_fml(m, example2);
|
||||
|
||||
fml = parse_fml(m, example1);
|
||||
std::cout << mk_pp(fml, m) << "\n";
|
||||
nf(fml);
|
||||
|
||||
fml = parse_fml(m, example2);
|
||||
std::cout << mk_pp(fml, m) << "\n";
|
||||
nf(fml);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue