aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get_concurrent.c')
-rw-r--r--src/testcurl/perf_get_concurrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/perf_get_concurrent.c b/src/testcurl/perf_get_concurrent.c
index db8a3d19..85086bbe 100644
--- a/src/testcurl/perf_get_concurrent.c
+++ b/src/testcurl/perf_get_concurrent.c
@@ -331,7 +331,7 @@ main (int argc, char *const *argv)
331 errorCount += testMultithreadedGet (port++, 0); 331 errorCount += testMultithreadedGet (port++, 0);
332 errorCount += testMultithreadedPoolGet (port++, 0); 332 errorCount += testMultithreadedPoolGet (port++, 0);
333 errorCount += testExternalGet (port++); 333 errorCount += testExternalGet (port++);
334#if !WINDOWS 334#ifndef WINDOWS
335 errorCount += testInternalGet (port++, MHD_USE_POLL); 335 errorCount += testInternalGet (port++, MHD_USE_POLL);
336 errorCount += testMultithreadedGet (port++, MHD_USE_POLL); 336 errorCount += testMultithreadedGet (port++, MHD_USE_POLL);
337 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL); 337 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL);