summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-07-16 01:09:51 +0200
committerAraq <rumpf_a@web.de>2014-07-16 01:09:51 +0200
commite94203ac217460c181b6d098f768d18f3151ef08 (patch)
tree7004880ae4006978453bd3dac7369e7e00dabb67
parenta7911addf71fdfbf5008afd938b49116d462d908 (diff)
downloadNim-e94203ac217460c181b6d098f768d18f3151ef08.tar.gz
tester should work again
-rw-r--r--tests/testament/categories.nim5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 841eb8159..02f7dc1d7 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -312,7 +312,7 @@ proc testBabelPackages(r: var TResults, cat: Category, filter: PackageFilter) =
 
 # ----------------------------------------------------------------------------
 
-const AdditionalCategories = ["debugger", "tools", "examples", "stdlib", "babel-core"]
+const AdditionalCategories = ["debugger", "examples", "stdlib", "babel-core"]
 
 proc `&.?`(a, b: string): string =
   # candidate for the stdlib?
@@ -336,9 +336,6 @@ proc processCategory(r: var TResults, cat: Category, options: string) =
     gcTests(r, cat, options)
   of "debugger":
     debuggerTests(r, cat, options)
-  of "tools":
-    testSpec r, makeTest("compiler/c2nim/c2nim.nim", options, cat)
-    testSpec r, makeTest("compiler/pas2nim/pas2nim.nim", options, cat)
   of "manyloc":
     manyLoc r, cat, options
   of "threads":