diff options
Diffstat (limited to 'tests/system/params.nim')
-rw-r--r-- | tests/system/params.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/params.nim b/tests/system/params.nim index 0ea099daa..1358212f2 100644 --- a/tests/system/params.nim +++ b/tests/system/params.nim @@ -1,6 +1,6 @@ import os import osproc -import parseopt +import parseopt2 import sequtils let argv = commandLineParams() |