We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c92162 commit b843332Copy full SHA for b843332
compiler/test/dotty/tools/vulpix/ParallelTesting.scala
@@ -741,8 +741,6 @@ trait ParallelTesting extends RunnerOrchestration { self =>
741
s"""Compilation failed for: ${testSource.title}
742
|$showDiagnostics
743
|""".stripMargin.trim.linesIterator.mkString("\n", "\n", "")
744
- else if obtCount == 0 then s"\nNo warnings found when compiling warn test $testSource"
745
- else if expCount == 0 then s"\nNo warning expected/defined in $testSource -- use // warn"
746
else if expCount != obtCount then
747
s"""|Wrong number of warnings encountered when compiling $testSource
748
|expected: $expCount, actual: $obtCount
0 commit comments