Skip to content

Commit cc5cc7f

Browse files
committed
test: remove outdated gettime test BitgesellOfficial#143
1 parent 0e278d5 commit cc5cc7f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/util_tests.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -520,14 +520,6 @@ BOOST_AUTO_TEST_CASE(strprintf_numbers)
520520
#undef B
521521
#undef E
522522

523-
/* Check for mingw/wine issue #3494
524-
* Remove this test before time.ctime(0xffffffff) == 'Sun Feb 7 07:28:15 2106'
525-
*/
526-
BOOST_AUTO_TEST_CASE(gettime)
527-
{
528-
BOOST_CHECK((GetTime() & ~0xFFFFFFFFLL) == 0);
529-
}
530-
531523
BOOST_AUTO_TEST_CASE(util_time_GetTime)
532524
{
533525
SetMockTime(111);

0 commit comments

Comments
 (0)