Fix bitvect.test.

* src/tests/bitvect.cc: Fix it, it was failing an assert() on 32bit
architectures because the subset test was done in the wrong order.
Reported by Christopher Ziegler.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-08-25 22:51:25 +02:00
parent 0510e4dfe8
commit c2f0a5f02c
2 changed files with 5 additions and 3 deletions

2
NEWS
View file

@ -76,6 +76,8 @@ New in spot 1.99.2a (not yet released)
- Fix spurious failure of uniq.test under different locales.
- ltlcross now recovers from out-of-memory errors during
state-space products.
- bitvect.test was failing on 32bit with assertions enabled
because of a bug in the test case.
New in spot 1.99.2 (2015-07-18)