mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibTimeZone: Rename TestTimeZone to TestTimeZoneDeprecated
This will just allow creating a TestTimeZone in LibUnicode for an ICU- based implementation.
This commit is contained in:
parent
a65f1ecc37
commit
8331a87f6c
Notes:
sideshowbarker
2024-07-17 00:37:23 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/8331a87f6c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/281
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
set(TEST_SOURCES
|
||||
TestTimeZone.cpp
|
||||
TestTimeZoneDeprecated.cpp
|
||||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
|
|
Loading…
Reference in a new issue