diff options
Diffstat (limited to 'tests/stdlib/tosprocterminate.nim')
-rw-r--r-- | tests/stdlib/tosprocterminate.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tosprocterminate.nim b/tests/stdlib/tosprocterminate.nim index c02e0a8da..8e9041b81 100644 --- a/tests/stdlib/tosprocterminate.nim +++ b/tests/stdlib/tosprocterminate.nim @@ -6,7 +6,7 @@ discard """ import os, osproc, times, std / monotimes -when defined(Windows): +when defined(windows): const ProgramWhichDoesNotEnd = "notepad" elif defined(openbsd): const ProgramWhichDoesNotEnd = "/bin/cat" |