[buddy] fix a spurious failure

* examples/bddtest/bddtest.cxx: reset some global BDDs to avoid
issues when they are destroyed after BuDDy.
This commit is contained in:
Alexandre Duret-Lutz 2021-11-04 23:19:31 +01:00
parent 7ade97943b
commit ece7631e8c

View file

@ -151,6 +151,9 @@ int main()
test1();
// only global constants (false or true)
// can survive after bdd_done().
allsatBDD = allsatSumBDD = bddfalse;
bdd_done();
return err;