Tests/AK: Rename TestUtf16 / TestUtf8 to TestUtf16View / TestUtf8View

These are the files they actually test, so let's rename them to avoid
confusion with an upcoming Utf16String test.
This commit is contained in:
Timothy Flynn 2025-06-13 07:04:47 -04:00 committed by Tim Flynn
commit 35a1832d08
Notes: github-actions[bot] 2025-07-03 13:53:52 +00:00
3 changed files with 2 additions and 2 deletions

View file

@ -76,8 +76,8 @@ set(AK_TEST_SOURCES
TestTypeTraits.cpp TestTypeTraits.cpp
TestTypedTransfer.cpp TestTypedTransfer.cpp
TestUFixedBigInt.cpp TestUFixedBigInt.cpp
TestUtf16.cpp TestUtf16View.cpp
TestUtf8.cpp TestUtf8View.cpp
TestVariant.cpp TestVariant.cpp
TestVector.cpp TestVector.cpp
TestWeakPtr.cpp TestWeakPtr.cpp