mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 05:25:13 +00:00
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:
parent
c575710e5e
commit
02b2f2787a
Notes:
sideshowbarker
2024-07-17 17:28:04 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/02b2f2787a Pull-request: https://github.com/SerenityOS/serenity/pull/13021 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling ✅
2 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ set(AK_TEST_SOURCES
|
|||
TestLEB128.cpp
|
||||
TestLexicalPath.cpp
|
||||
TestMACAddress.cpp
|
||||
TestMemMem.cpp
|
||||
TestMemory.cpp
|
||||
TestMemoryStream.cpp
|
||||
TestNeverDestroyed.cpp
|
||||
TestNonnullRefPtr.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue