summaryrefslogtreecommitdiff
path: root/test/files/run/t4608.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4608.scala')
-rw-r--r--test/files/run/t4608.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t4608.scala b/test/files/run/t4608.scala
index 2d43bebd10..9ffcb0f3f1 100644
--- a/test/files/run/t4608.scala
+++ b/test/files/run/t4608.scala
@@ -1,8 +1,8 @@
// #4608
object Test {
-
+
def main(args: Array[String]) {
((1 to 100) sliding 10).toList.par.map{_.map{i => i * i}}.flatten
}
-
+
}