aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get.c')
-rw-r--r--src/testcurl/perf_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/perf_get.c b/src/testcurl/perf_get.c
index eccdef94..0a9f720e 100644
--- a/src/testcurl/perf_get.c
+++ b/src/testcurl/perf_get.c
@@ -493,7 +493,7 @@ main (int argc, char *const *argv)
493 errorCount += testMultithreadedGet (port++, 0); 493 errorCount += testMultithreadedGet (port++, 0);
494 errorCount += testMultithreadedPoolGet (port++, 0); 494 errorCount += testMultithreadedPoolGet (port++, 0);
495 errorCount += testExternalGet (port++); 495 errorCount += testExternalGet (port++);
496#if !WINDOWS 496#ifndef WINDOWS
497 errorCount += testInternalGet (port++, MHD_USE_POLL); 497 errorCount += testInternalGet (port++, MHD_USE_POLL);
498 errorCount += testMultithreadedGet (port++, MHD_USE_POLL); 498 errorCount += testMultithreadedGet (port++, MHD_USE_POLL);
499 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL); 499 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL);