Skip to content

Commit e5c10ab

Browse files
committed
update now that nim-lang/Nim#15705 was merged
1 parent d618267 commit e5c10ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tfilewalks.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ when defined(fusionTfilewalksTesting):
4545
doAssert toSeq(walkPaths(dir, relative = true, sortCmp = mySort, includeEpilogue = true, includeRoot = true)).processAux ==
4646
@[".", "d1", "d1/d1a", "d1/d1a/d1a1", "d1/d1a/d1a1", "d1/d1a/f2.txt", "d1/d1a/f3", "d1/d1a", "d1/d1b", "d1/d1b/d1b1", "d1/d1b/d1b1/f4", "d1/d1b/d1b1", "d1/d1b", "d1/f1.txt", "d1", "d2", "d2", "f5", "."]
4747

48-
when (NimMajor, NimMinor, NimPatch) >= (1, 5, 3):
49-
# pending https://github.com/nim-lang/Nim/pull/15705
48+
when (NimMajor, NimMinor, NimPatch) >= (1, 5, 1):
5049
static: test()
5150
test()
5251
else:

0 commit comments

Comments
 (0)