[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:
parent
7ade97943b
commit
ece7631e8c
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue