Skip to content

Commit

Permalink
Fix a REPL test, under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jul 4, 2023
1 parent 0a21ecf commit c09c8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/dotty/tools/repl/ReplCompilerTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit c09c8f1

Please sign in to comment.