From 8561ef5bc8e79c36f27d359b4b495803af00d1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 10 Dec 2013 20:48:18 +0100 Subject: [PATCH] use parseopt2 in parseopt2 test --- tests/system/params.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/params.nim b/tests/system/params.nim index 0ea099daaf..1358212f2f 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()