From fa3a4eafa11ee03fccea1c2a16df5bf2ab164159 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 12 Feb 2025 12:20:10 +0100 Subject: [PATCH] test: Remove stale gettime test --- src/test/util_tests.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index 129e84bc240..4cacbd1151f 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -567,14 +567,6 @@ BOOST_AUTO_TEST_CASE(strprintf_numbers) #undef B #undef E -/* Check for mingw/wine issue #3494 - * Remove this test before time.ctime(0xffffffff) == 'Sun Feb 7 07:28:15 2106' - */ -BOOST_AUTO_TEST_CASE(gettime) -{ - BOOST_CHECK((GetTime() & ~0xFFFFFFFFLL) == 0); -} - BOOST_AUTO_TEST_CASE(util_time_GetTime) { SetMockTime(111);