aboutsummaryrefslogtreecommitdiff
path: root/test/test/DottyBytecodeTest.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-10-05 18:00:38 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-10-05 18:00:38 +0200
commit215b97c22bd85fb807896fc03ffaab22c0748414 (patch)
tree5a0cc0c140edf060a2f35386b277ac9e590c4ba6 /test/test/DottyBytecodeTest.scala
parent0093c5d5ddcc4d3ce5ba24c41419a042f2e482ff (diff)
downloaddotty-215b97c22bd85fb807896fc03ffaab22c0748414.tar.gz
dotty-215b97c22bd85fb807896fc03ffaab22c0748414.tar.bz2
dotty-215b97c22bd85fb807896fc03ffaab22c0748414.zip
DottyBytecodeTest: fix diffInstructions output
Diffstat (limited to 'test/test/DottyBytecodeTest.scala')
-rw-r--r--test/test/DottyBytecodeTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/DottyBytecodeTest.scala b/test/test/DottyBytecodeTest.scala
index f2218d4b6..dbf86bf8e 100644
--- a/test/test/DottyBytecodeTest.scala
+++ b/test/test/DottyBytecodeTest.scala
@@ -105,7 +105,7 @@ trait DottyBytecodeTest extends DottyTest {
val a = isaPadded(line-1)
val b = isbPadded(line-1)
- sb append (s"""$line${" " * (lineWidth-line.toString.length)} ${if (a==b) "==" else "<>"} $a${" " * (width-a.length)} | $b""")
+ sb append (s"""$line${" " * (lineWidth-line.toString.length)} ${if (a==b) "==" else "<>"} $a${" " * (width-a.length)} | $b\n""")
}
}
sb.toString