summary refs log tree commit diff stats
path: root/tests/async/tupcoming_async.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tupcoming_async.nim')
-rw-r--r--tests/async/tupcoming_async.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tupcoming_async.nim b/tests/async/tupcoming_async.nim
index 0a334709d..1c8271886 100644
--- a/tests/async/tupcoming_async.nim
+++ b/tests/async/tupcoming_async.nim
@@ -98,7 +98,7 @@ when defined(upcoming):
         var process = startProcess("ping.exe", "",
                                    ["127.0.0.1", "-n", "2", "-w", "100"], nil,
                                    {poStdErrToStdOut, poUsePath, poInteractive,
-                                   poDemon})
+                                   poDaemon})
       else:
         var process = startProcess("sleep", "", ["1"], nil,
                                    {poStdErrToStdOut, poUsePath})