Skip to content

Commit b79e803

Browse files
committed
.
1 parent 10bb601 commit b79e803

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
@@ -77,7 +77,7 @@ class ReplCompilerTests extends ReplTest:
7777
assertEquals(1, summon[State].imports.size)
7878
run("""mutable.Map("one" -> 1)""")
7979
assertEquals(
80-
"val res0: scala.collection.mutable.Map[String, Int] = Map("one"" -> 1)",
80+
"val res0: scala.collection.mutable.Map[String, Int] = Map(\"one\" -> 1)",
8181
storedOutput().trim
8282
)
8383
}

0 commit comments

Comments
 (0)