util/hash_table: Try to hit a double-insertion bug in the collision test
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 5 Feb 2015 02:49:11 +0000 (18:49 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 8 Feb 2015 01:01:05 +0000 (17:01 -0800)
commit345e8cc8496b4e6c56105c7396e80d85a37e122c
tree63a7e6e0093fed2e84079f887fbf76bbdbb8b979
parent623c3a858d9c18f7d62a82597a488e7b54a4a4f4
util/hash_table: Try to hit a double-insertion bug in the collision test

Reviewed-by: Eric Anholt <eric@anholt.net>
src/util/tests/hash_table/collision.c