Files
flexnbd-c/tests/unit
Patrick J Cherry 52b45e6b40 fix check_bitset test on 32-bit platforms
The use of `unsigned long` and `UL` suffices caused this test to fail
on 32 bit platforms, where these are just 4, not 8 bits long.

```
tests/unit/check_bitset.c:73:F:bit:test_bit_ranges:0: longs[32] = 0 SHOULD BE ffffffff
```
2016-10-06 21:22:53 +01:00
..
2012-07-03 10:53:08 +01:00
2012-07-03 10:53:08 +01:00
2014-02-26 15:19:03 +00:00
2014-01-22 11:40:19 +00:00
2013-09-23 14:19:49 +01:00