diff options
-rw-r--r-- | tests/testament/categories.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 9b71cbf5f..820078c54 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -370,7 +370,7 @@ proc `&?.`(a, b: string): string = proc processCategory(r: var TResults, cat: Category, options: string, fileGlob: string = "t*.nim") = case cat.string.normalize of "rodfiles": - compileRodFiles(r, cat, options) + when false: compileRodFiles(r, cat, options) runRodFiles(r, cat, options) of "js": # XXX JS doesn't need to be special anymore |