fix rehash not valid for non-hash-maps

Sun, 21 May 2023 14:40:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 21 May 2023 14:40:05 +0200
changeset 707
87eb4bdb2d0e
parent 706
8c6edaccaef1
child 708
1caed6c9ba68

fix rehash not valid for non-hash-maps

tests/test_map.cpp file | annotate | diff | comparison | revisions
--- a/tests/test_map.cpp	Sun May 21 14:37:56 2023 +0200
+++ b/tests/test_map.cpp	Sun May 21 14:40:05 2023 +0200
@@ -510,7 +510,6 @@
     auto map = cxEmptyMap;
 
     ASSERT_NO_FATAL_FAILURE(cxMapClear(map));
-    ASSERT_NO_FATAL_FAILURE(cxMapRehash(map));
     ASSERT_NO_FATAL_FAILURE(cxMapDestroy(map));
 }
 

mercurial