disable symbol file tests for the old symbol file implementation

This commit is contained in:
Araq
2018-02-19 13:19:43 +01:00
parent 564cff729a
commit 5fe0c386ea

View File

@@ -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)