mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
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:
parent
d38b2194ea
commit
35a1832d08
Notes:
github-actions[bot]
2025-07-03 13:53:52 +00:00
Author: https://github.com/trflynn89
Commit: 35a1832d08
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5228
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/shannonbooth
3 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ set(AK_TEST_SOURCES
|
|||
TestTypeTraits.cpp
|
||||
TestTypedTransfer.cpp
|
||||
TestUFixedBigInt.cpp
|
||||
TestUtf16.cpp
|
||||
TestUtf8.cpp
|
||||
TestUtf16View.cpp
|
||||
TestUtf8View.cpp
|
||||
TestVariant.cpp
|
||||
TestVector.cpp
|
||||
TestWeakPtr.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue