mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
disable symbol file tests for the old symbol file implementation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user