diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2022-03-12 21:15:57 -0800 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-03-13 19:08:58 -0700 |
commit | 02b2f2787a6497f575fe52b7e689dc12d20f8157 (patch) | |
tree | e3e54ade5a5ce23cbeb4ce770496002fa036ae34 /Tests | |
parent | c575710e5ef21657aaa72fb0d656e5fd3d226740 (diff) | |
download | serenity-02b2f2787a6497f575fe52b7e689dc12d20f8157.zip |
Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp
Rename to create a new generic test group for the AK memory APIs.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/AK/CMakeLists.txt | 2 | ||||
-rw-r--r-- | Tests/AK/TestMemory.cpp (renamed from Tests/AK/TestMemMem.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index f4dd0a3e52..f4dd0a3e52 100644 --- a/Tests/AK/TestMemMem.cpp +++ b/Tests/AK/TestMemory.cpp |