Browse Source

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 years ago
parent
commit
a323cbe449
1 changed files with 0 additions and 2 deletions
  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);