Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Apr 19, 2021
1 parent 505f6f3 commit cf60c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.nim
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proc seqsEqual (seq1, seq2: seq[string], ignoreCase = false): bool =

proc setTempDir (): () -> void =
var dir = os.getTempDir() / "glob-"
for _ in .. 10:
for _ in 0..10:
dir &= rand('a'..'z')
dir.removeDir
dir.createDir
Expand Down

0 comments on commit cf60c6f

Please sign in to comment.