Removed babel package tests from those run when 'all' is specified.

This commit is contained in:
Clay Sweetser
2014-03-03 06:26:22 -05:00
parent 3249f16d85
commit 269bf8e334

View File

@@ -290,7 +290,7 @@ proc testBabelPackages(r: var TResults, options: string, cat: Category) =
# ----------------------------------------------------------------------------
const AdditionalCategories = ["debugger", "tools", "examples", "stdlib", "babel"]
const AdditionalCategories = ["debugger", "tools", "examples", "stdlib"]
proc `&.?`(a, b: string): string =
# candidate for the stdlib?