LibTimeZone: Rename TestTimeZone to TestTimeZoneDeprecated

This will just allow creating a TestTimeZone in LibUnicode for an ICU-
based implementation.
This commit is contained in:
Timothy Flynn 2024-06-24 10:10:48 -04:00 committed by Andreas Kling
parent a65f1ecc37
commit 8331a87f6c
Notes: sideshowbarker 2024-07-17 00:37:23 +09:00
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
set(TEST_SOURCES
TestTimeZone.cpp
TestTimeZoneDeprecated.cpp
)
foreach(source IN LISTS TEST_SOURCES)