Ver código fonte

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 anos atrás
pai
commit
a323cbe449
1 arquivos alterados com 0 adições e 2 exclusões
  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(&ctx, 0, sizeof(ctx));
 	memset(c, 0, sizeof(c));
 	memset(c, 0, sizeof(c));
 
 
-	action_dec_ret = 0;
-
 	mark_point();
 	mark_point();
 	timers_init(&ctx);
 	timers_init(&ctx);
 	mg_sleep(100);
 	mg_sleep(100);