summaryrefslogtreecommitdiff
path: root/test/files/run/t5656.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5656.scala')
-rw-r--r--test/files/run/t5656.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5656.scala b/test/files/run/t5656.scala
index f5ea147a4e..5eb1df51af 100644
--- a/test/files/run/t5656.scala
+++ b/test/files/run/t5656.scala
@@ -3,9 +3,9 @@
object Test {
-
+
def main(args: Array[String]) {
println(Seq(List('1', '2', '3'), List('a', 'b', 'c')).view.addString(new StringBuilder, "_"))
}
-
+
}