Scan less during classification.

This commit is contained in:
Cyrus Najmabadi
2015-06-16 16:03:45 -07:00
parent 718dc5b7a8
commit 3bb7be96fa
3 changed files with 17 additions and 13 deletions

View File

@@ -49,7 +49,6 @@ if (testConfigFile !== '') {
if (!option) {
continue;
}
ts.sys.write("Option: " + option + "\r\n");
switch (option) {
case 'compiler':
runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));