浏览代码

The timer test for MinGW builds in AppVeyor fails, but the same test works locally.

See https://ci.appveyor.com/project/civetweb/civetweb/build/773
We can just try blindly what might fix this, since we have no callstack and cannot reproduce and debug it.
bel 8 年之前
父节点
当前提交
a323cbe449
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      test/timertest.c

+ 0 - 2
test/timertest.c

@@ -232,8 +232,6 @@ START_TEST(test_timer_mixed)
 	memset(&ctx, 0, sizeof(ctx));
 	memset(c, 0, sizeof(c));
 
-	action_dec_ret = 0;
-
 	mark_point();
 	timers_init(&ctx);
 	mg_sleep(100);