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
No known key found for this signature in database
GPG key ID: D59F87F60C5400C9

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));