diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-16 00:16:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 09:16:39 +0200 |
commit | 8161b02897a75c4b30593dbcc189cbd49d3832ea (patch) | |
tree | 399ca0d086a7e6917fae6c47c8dd899bd80f9102 /testament | |
parent | 12783dbcf0075492a3d090e4dc3ead3628c18a3a (diff) | |
download | Nim-8161b02897a75c4b30593dbcc189cbd49d3832ea.tar.gz |
`import foo {.all.}` reboot (#17706)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/categories.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/categories.nim b/testament/categories.nim index ee5c46519..18508d70c 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -500,6 +500,7 @@ proc icTests(r: var TResults; testsDir: string, cat: Category, options: string) const tempExt = "_temp.nim" for it in walkDirRec(testsDir / "ic"): + # for it in ["tests/ic/timports.nim"]: # debugging: to try a specific test if isTestFile(it) and not it.endsWith(tempExt): let nimcache = nimcacheDir(it, options, getTestSpecTarget()) removeDir(nimcache) |