bcgsc / btl_bloomfilter

The BTL C/C++ Common bloom filters for bioinformatics projects, as well as any APIs created for other programming languages.
GNU General Public License v3.0
18 stars 4 forks source link

BloomFilterTests: use heap by allocating more memory #36

Closed jwcodee closed 4 years ago

jwcodee commented 4 years ago

The test failed because it wasn't allocating memory on heap. Now it will on hpce704 so the test shouldn't fail

vlad0x00 commented 4 years ago

Tested, it works!