Skip to content

Commit c09c8f1

Browse files
committed
Fix a REPL test, under Windows
1 parent 0a21ecf commit c09c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/repl/ReplCompilerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class ReplCompilerTests extends ReplTest:
207207
| else Succ(fromInt(prevOf[i.type](i)))
208208
""".stripMargin)
209209
}.andThen {
210-
assertEquals(
210+
assertMultiLineEquals(
211211
"""// defined trait Nat
212212
|// defined object Nat
213213
|""".stripMargin, storedOutput())

0 commit comments

Comments
 (0)