Skip to content

Commit 8abb383

Browse files
authored
Fix a REPL test, under Windows (#18128)
2 parents 0a21ecf + c09c8f1 commit 8abb383

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)