diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-07-05 19:14:18 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-07-05 19:14:18 +0200 |
commit | ae82406c8b7bd1239416b1e6caed34161c133e94 (patch) | |
tree | 54a745fbd3c659bb0bbaae1c3f3682b1ea8275b0 /tests/testament | |
parent | 0926754e68861947c67986bc9c7e0a011a58267b (diff) | |
download | Nim-ae82406c8b7bd1239416b1e6caed34161c133e94.tar.gz |
make tests green again
Diffstat (limited to 'tests/testament')
-rw-r--r-- | tests/testament/categories.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 9affbc159..cde8880b3 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -351,6 +351,7 @@ proc manyLoc(r: var TResults, cat: Category, options: string) = if kind == pcDir: when defined(windows): if dir.endsWith"nake": continue + if dir.endsWith"named_argument_bug": continue let mainfile = findMainFile(dir) if mainfile != "": testNoSpec r, makeTest(mainfile, options, cat) |