Fix iterator expiry test

This test started failing with Erlang 20.0 release. The reason is that opaaque
NIF resources stopped being identifed as empty binaries in Erlang so previously
it matched but once refs were used it stopped matching.

Fixes #855
1 file changed
tree: 1d93663759cc5e784cf3287a91c23b035f09da80
  1. c_src/
  2. src/
  3. test/
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. Makefile
  8. README.md
  9. rebar.config
README.md

khash

This is a basic NIF wrapper around Kazlib's hash data structure.