Skip to content

Commit c334a93

Browse files
author
Julian LALU
committed
Fix clang sanitizer
1 parent 18c7929 commit c334a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hashmap/hashmap_clear_shrink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ GTEST_TEST(hashmap, clear_shrink_then_add_non_trivially_destructible_non_empty_m
629629
using key_type = hud_test::non_bitwise_type;
630630
using value_type = hud_test::non_bitwise_type;
631631
hud::hashmap<key_type, value_type, hud::hash_64<key_type>, hud::equal<key_type>, hud_test::allocator_watcher<1>> map;
632-
constexpr usize COUNT = 128;
632+
constexpr usize COUNT = 64;
633633

634634
// Add all elements
635635
for (i32 index = 0; index < COUNT; index++)

0 commit comments

Comments
 (0)