Skip to content

Commit 53f1684

Browse files
author
Julian LALU
committed
Improve hashmap
1 parent e75e1f1 commit 53f1684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hashmap/hashmap_misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GTEST_TEST(hashmap, metadata)
8484
hud_assert_eq(indices[1], 4);
8585
}
8686

87-
GTEST_TEST(array, count_return_count_of_element)
87+
GTEST_TEST(hashmap, count_return_count_of_element)
8888
{
8989
// using type = usize;
9090
// using HashMapType = hud::hashmap<type, type>;

0 commit comments

Comments
 (0)