From c09c8f12e49dba173c9fb1939c975490131df9ac Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 4 Jul 2023 08:15:11 +0100 Subject: [PATCH] Fix a REPL test, under Windows --- compiler/test/dotty/tools/repl/ReplCompilerTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/repl/ReplCompilerTests.scala b/compiler/test/dotty/tools/repl/ReplCompilerTests.scala index 3ea14357186c..26092b73f107 100644 --- a/compiler/test/dotty/tools/repl/ReplCompilerTests.scala +++ b/compiler/test/dotty/tools/repl/ReplCompilerTests.scala @@ -207,7 +207,7 @@ class ReplCompilerTests extends ReplTest: | else Succ(fromInt(prevOf[i.type](i))) """.stripMargin) }.andThen { - assertEquals( + assertMultiLineEquals( """// defined trait Nat |// defined object Nat |""".stripMargin, storedOutput())