Skip to content

Commit f5db076

Browse files
committed
fix worksheet test
1 parent 14df3ea commit f5db076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/test/dotty/tools/languageserver/WorksheetTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class WorksheetTest {
9696
@Test def patternMatching1: Unit = {
9797
ws"""${m1}val (foo, bar) = (1, 2)${m2}""".withSource
9898
.run(m1,
99-
((m1 to m2), s"val bar: Int = 2${nl}val foo: Int = 1"))
99+
((m1 to m2), s"val foo: Int = 1${nl}val bar: Int = 2"))
100100
}
101101

102102
@Test def evaluationException: Unit = {

0 commit comments

Comments
 (0)