Remove project tests from default compiler flag

This commit is contained in:
Wesley Wigham
2018-09-26 16:36:47 -07:00
parent d7219b21c2
commit bf3cea7f6d

View File

@@ -138,7 +138,6 @@ function handleTestConfig() {
case "compiler":
runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));
runners.push(new CompilerBaselineRunner(CompilerTestType.Regressions));
runners.push(new project.ProjectRunner());
break;
case "conformance":
runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));