diff --git a/Tests/LibTimeZone/CMakeLists.txt b/Tests/LibTimeZone/CMakeLists.txt index db9498537eb..9d118035c8a 100644 --- a/Tests/LibTimeZone/CMakeLists.txt +++ b/Tests/LibTimeZone/CMakeLists.txt @@ -1,5 +1,5 @@ set(TEST_SOURCES - TestTimeZone.cpp + TestTimeZoneDeprecated.cpp ) foreach(source IN LISTS TEST_SOURCES) diff --git a/Tests/LibTimeZone/TestTimeZone.cpp b/Tests/LibTimeZone/TestTimeZoneDeprecated.cpp similarity index 100% rename from Tests/LibTimeZone/TestTimeZone.cpp rename to Tests/LibTimeZone/TestTimeZoneDeprecated.cpp