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
     1.1 --- a/tests/test_map.cpp	Sun May 21 14:37:56 2023 +0200
     1.2 +++ b/tests/test_map.cpp	Sun May 21 14:40:05 2023 +0200
     1.3 @@ -510,7 +510,6 @@
     1.4      auto map = cxEmptyMap;
     1.5  
     1.6      ASSERT_NO_FATAL_FAILURE(cxMapClear(map));
     1.7 -    ASSERT_NO_FATAL_FAILURE(cxMapRehash(map));
     1.8      ASSERT_NO_FATAL_FAILURE(cxMapDestroy(map));
     1.9  }
    1.10  

mercurial