Add tests.

This commit is contained in:
Cyrus Najmabadi
2015-06-18 15:25:08 -07:00
parent 958a423142
commit 053be425c7
3 changed files with 36 additions and 1 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));