Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp

Rename to create a new generic test group for the AK memory APIs.
This commit is contained in:
Brian Gianforcaro 2022-03-12 21:15:57 -08:00 committed by Brian Gianforcaro
parent c575710e5e
commit 02b2f2787a
Notes: sideshowbarker 2024-07-17 17:28:04 +09:00
2 changed files with 1 additions and 1 deletions

View file

@ -41,7 +41,7 @@ set(AK_TEST_SOURCES
TestLEB128.cpp
TestLexicalPath.cpp
TestMACAddress.cpp
TestMemMem.cpp
TestMemory.cpp
TestMemoryStream.cpp
TestNeverDestroyed.cpp
TestNonnullRefPtr.cpp