summaryrefslogtreecommitdiff
path: root/Tests/AK/TestHashMap.cpp
AgeCommit message (Expand)Author
2022-01-06AK: Ensure negative predicate in TestHashMap could run unsuccessfullyNHOrus
2022-01-05AK: Make Hash{Map,Table}::remove_all_matching() return removal successAndreas Kling
2022-01-05AK: Add HashMap::remove_all_matching(predicate)Andreas Kling
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro