diff --git a/Tests/AK/CMakeLists.txt b/Tests/AK/CMakeLists.txt index 7a62045a7e..a7314da56d 100644 --- a/Tests/AK/CMakeLists.txt +++ b/Tests/AK/CMakeLists.txt @@ -41,7 +41,7 @@ set(AK_TEST_SOURCES TestLEB128.cpp TestLexicalPath.cpp TestMACAddress.cpp - TestMemMem.cpp + TestMemory.cpp TestMemoryStream.cpp TestNeverDestroyed.cpp TestNonnullRefPtr.cpp diff --git a/Tests/AK/TestMemMem.cpp b/Tests/AK/TestMemory.cpp similarity index 100% rename from Tests/AK/TestMemMem.cpp rename to Tests/AK/TestMemory.cpp