Skip to content

Commit bf3cea7

Browse files
committed
Remove project tests from default compiler flag
1 parent d7219b2 commit bf3cea7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/testRunner/runner.ts

-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ function handleTestConfig() {
138138
case "compiler":
139139
runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));
140140
runners.push(new CompilerBaselineRunner(CompilerTestType.Regressions));
141-
runners.push(new project.ProjectRunner());
142141
break;
143142
case "conformance":
144143
runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));

0 commit comments

Comments
 (0)