File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
compiler/test/dotty/tools/vulpix Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -812,7 +812,12 @@ trait ParallelTesting extends RunnerOrchestration { self =>
812812 | ${showLines(" Unexpected warnings:" , unexpected)}
813813 | $showDiagnostics
814814 | """ .stripMargin.trim.linesIterator.mkString(" \n " , " \n " , " " )
815- else if hasMissingAnnotations then s " \n Warnings found on incorrect row numbers when compiling $testSource\n $showDiagnostics"
815+ else if hasMissingAnnotations then
816+ s """ |Warnings found on incorrect row numbers when compiling $testSource
817+ | ${showLines(" Unfulfilled expectations:" , expected)}
818+ | ${showLines(" Unexpected warnings:" , unexpected)}
819+ | $showDiagnostics
820+ | """ .stripMargin.trim.linesIterator.mkString(" \n " , " \n " , " " )
816821 else if ! map.isEmpty then s " \n Expected warnings(s) have {<warning position>=<unreported warning>}: $map"
817822 else null
818823 end maybeFailureMessage
You can’t perform that action at this time.
0 commit comments