diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-29 04:44:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 13:44:53 +0200 |
commit | a424075b5eb50681b448dcf73f7559549945ad58 (patch) | |
tree | 07a22260ec5ddd94d2676ab269f70139b7c6d9f1 /nimpretty | |
parent | e4db733d80d0b70192ac7eb4094a46269fe7cd5b (diff) | |
download | Nim-a424075b5eb50681b448dcf73f7559549945ad58.tar.gz |
improve nimsuggest/tester, minor improvements to koch.nim (#17879)
* improve nimsuggest/tester * koch improvements
Diffstat (limited to 'nimpretty')
-rw-r--r-- | nimpretty/tester.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimpretty/tester.nim b/nimpretty/tester.nim index d646b25ce..0a60ce693 100644 --- a/nimpretty/tester.nim +++ b/nimpretty/tester.nim @@ -3,7 +3,7 @@ import strutils, os, sequtils const - dir = "nimpretty/tests/" + dir = "nimpretty/tests" outputdir = dir / "outputdir" var |