Skip to content

Commit fa3a4ea

Browse files
author
MarcoFalke
committed
test: Remove stale gettime test
1 parent 42251e0 commit fa3a4ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/util_tests.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -567,14 +567,6 @@ BOOST_AUTO_TEST_CASE(strprintf_numbers)
567567
#undef B
568568
#undef E
569569

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-
578570
BOOST_AUTO_TEST_CASE(util_time_GetTime)
579571
{
580572
SetMockTime(111);

0 commit comments

Comments
 (0)