Make type-checking cancellable.

This commit is contained in:
Cyrus Najmabadi
2015-06-18 10:52:19 -07:00
parent 2905f41e7d
commit 1a96a146ed
6 changed files with 130 additions and 70 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));