From 01b283e29b4446205edf199be7255c2dc6143b70 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 2 Mar 2018 12:11:14 +0000 Subject: fix hmap unit test --- ioreplay/src/datas/hmap.c | 2 -- 1 file changed, 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 @@ -320,8 +320,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)); -- cgit v1.2.3