summary refs log tree commit diff stats
path: root/tests/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-07-05 19:14:18 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-07-05 19:14:18 +0200
commitae82406c8b7bd1239416b1e6caed34161c133e94 (patch)
tree54a745fbd3c659bb0bbaae1c3f3682b1ea8275b0 /tests/testament
parent0926754e68861947c67986bc9c7e0a011a58267b (diff)
downloadNim-ae82406c8b7bd1239416b1e6caed34161c133e94.tar.gz
make tests green again
Diffstat (limited to 'tests/testament')
-rw-r--r--tests/testament/categories.nim1
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)