code cleanup

This commit is contained in:
Irmen de Jong
2025-04-24 18:42:14 +02:00
parent dc031c30eb
commit 99ae8ea52e
23 changed files with 125 additions and 128 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ internal class ErrorReporterForTests(private val throwExceptionAtReportIfErrors:
override fun noErrors(): Boolean = errors.isEmpty()
override fun noErrorForLine(position: Position) = !errors.any { ":${position.line}:" in it }
override fun print_single_error(errormessage: String) { /* prints nothing in tests */ }
override fun printSingleError(errormessage: String) { /* prints nothing in tests */ }
override fun report() {
infos.forEach { println("UNITTEST COMPILATION REPORT: INFO: $it") }