소스 검색

One more test that didnt pass on windows. See #18665.

Nick Mathewson 8 년 전
부모
커밋
32e8886314
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/test/test_util.c

+ 3 - 0
src/test/test_util.c

@@ -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: