We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42251e0 commit fa3a4eaCopy full SHA for fa3a4ea
src/test/util_tests.cpp
@@ -567,14 +567,6 @@ BOOST_AUTO_TEST_CASE(strprintf_numbers)
567
#undef B
568
#undef E
569
570
-/* Check for mingw/wine issue #3494
571
- * Remove this test before time.ctime(0xffffffff) == 'Sun Feb 7 07:28:15 2106'
572
- */
573
-BOOST_AUTO_TEST_CASE(gettime)
574
-{
575
- BOOST_CHECK((GetTime() & ~0xFFFFFFFFLL) == 0);
576
-}
577
-
578
BOOST_AUTO_TEST_CASE(util_time_GetTime)
579
{
580
SetMockTime(111);
0 commit comments