File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import java.nio.file._
1616class BootstrappedOnlyCompilationTests extends ParallelTesting {
1717 import ParallelTesting ._
1818 import TestConfiguration ._
19- import CompilationTests ._
19+ import BootstrappedOnlyCompilationTests ._
2020
2121 // Test suite configuration --------------------------------------------------
2222
@@ -135,3 +135,8 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
135135 compileFilesInDir(" tests/plugins/neg" ).checkExpectedErrors()
136136 }
137137}
138+
139+ object BootstrappedOnlyCompilationTests {
140+ implicit val summaryReport : SummaryReporting = new SummaryReport
141+ @ AfterClass def cleanup (): Unit = summaryReport.echoSummary()
142+ }
You can’t perform that action at this time.
0 commit comments