diff options
Diffstat (limited to 'tests/system/tuse_version16.nim')
-rw-r--r-- | tests/system/tuse_version16.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/tuse_version16.nim b/tests/system/tuse_version16.nim index d5430db32..802b617ad 100644 --- a/tests/system/tuse_version16.nim +++ b/tests/system/tuse_version16.nim @@ -1,5 +1,5 @@ discard """ - matrix: "--useVersion:1.6" + matrix: "-d:NimMajor=1 -d:NimMinor=6 -d:NimPatch=100" """ {.warning[UnusedImport]: off.} @@ -17,7 +17,7 @@ import std/[ # Strings: editdistance, wordwrap, parseutils, ropes, - pegs, punycode, strformat, strmisc, strscans, strtabs, + pegs, strformat, strmisc, strscans, strtabs, strutils, unicode, unidecode, # Generic operator system services: |