From 5fe0c386ea4d0ce288cc4ae3ed40ae603db991ce Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 19 Feb 2018 13:19:43 +0100 Subject: [PATCH] disable symbol file tests for the old symbol file implementation --- tests/testament/categories.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index ac6b5b2528..2f91987598 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -421,8 +421,9 @@ proc processSingleTest(r: var TResults, cat: Category, options, test: string) = proc processCategory(r: var TResults, cat: Category, options: string) = case cat.string.normalize of "rodfiles": - when false: compileRodFiles(r, cat, options) - runRodFiles(r, cat, options) + when false: + compileRodFiles(r, cat, options) + runRodFiles(r, cat, options) of "js": # XXX JS doesn't need to be special anymore jsTests(r, cat, options)