mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
One more test that didnt pass on windows. See #18665.
This commit is contained in:
@@ -726,7 +726,10 @@ test_util_time(void *arg)
|
||||
tt_str_op("2038-02-17 06:13:20",OP_EQ, timestr);
|
||||
*/
|
||||
#elif SIZEOF_TIME_T == 8
|
||||
#ifndef _WIN32
|
||||
/* This SHOULD work on windows too; see bug #18665 */
|
||||
tt_str_op("2038-02-17 06:13:20",OP_EQ, timestr);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
done:
|
||||
|
||||
Reference in New Issue
Block a user