Updated baselines

This commit is contained in:
Ron Buckton
2015-06-15 12:04:15 -07:00
parent 5ebad5889c
commit 9a57e6ff17
141 changed files with 691 additions and 691 deletions

View File

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