summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2018-03-02 12:11:14 +0000
committerPaul Buetow <pbuetow@mimecast.com>2018-03-02 12:11:14 +0000
commit01b283e29b4446205edf199be7255c2dc6143b70 (patch)
tree93577c5f6042f29771f3accddec01e2bc73a3459
parent0fecc645618380829406002fddc80b34be56c5f2 (diff)
fix hmap unit test
-rw-r--r--ioreplay/src/datas/hmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ioreplay/src/datas/hmap.c b/ioreplay/src/datas/hmap.c
index d0e1d70..96c373e 100644
--- a/ioreplay/src/datas/hmap.c
+++ b/ioreplay/src/datas/hmap.c
@@ -321,8 +321,6 @@ static void _hmap_test_l(hmap_s *h)
void* somedata = (void*)h;
assert(1 == hmap_insert_l(h, 1, (void*)23));
-
- assert(1 == hmap_insert_l(h, 1, (void*)23));
assert(1 == hmap_insert_l(h, 5, (void*)123));
assert(1 == hmap_insert_l(h, 3, somedata));