1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

LibLocale: Move locale test files to the LibLocale folder

This commit is contained in:
Timothy Flynn 2022-09-02 12:59:34 -04:00 committed by Tim Flynn
parent 43a3471298
commit b2d2bb43ce
6 changed files with 14 additions and 3 deletions

View file

@ -1,7 +1,5 @@
set(TEST_SOURCES
TestUnicodeCharacterTypes.cpp
TestUnicodeDateTimeFormat.cpp
TestUnicodeLocale.cpp
)
foreach(source IN LISTS TEST_SOURCES)