Skip to content

Commit 215b97c

Browse files
committed
DottyBytecodeTest: fix diffInstructions output
1 parent 0093c5d commit 215b97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/DottyBytecodeTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ trait DottyBytecodeTest extends DottyTest {
105105
val a = isaPadded(line-1)
106106
val b = isbPadded(line-1)
107107

108-
sb append (s"""$line${" " * (lineWidth-line.toString.length)} ${if (a==b) "==" else "<>"} $a${" " * (width-a.length)} | $b""")
108+
sb append (s"""$line${" " * (lineWidth-line.toString.length)} ${if (a==b) "==" else "<>"} $a${" " * (width-a.length)} | $b\n""")
109109
}
110110
}
111111
sb.toString

0 commit comments

Comments
 (0)