summaryrefslogtreecommitdiff
path: root/test/files/run/t4761.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4761.scala')
-rw-r--r--test/files/run/t4761.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/t4761.scala b/test/files/run/t4761.scala
index 82818379f5..a9c245d7d5 100644
--- a/test/files/run/t4761.scala
+++ b/test/files/run/t4761.scala
@@ -1,7 +1,3 @@
-
-
-
-
object Test {
def main(args: Array[String]) {
val gs = for (x <- (1 to 5)) yield { if (x % 2 == 0) List(1).seq else List(1).par }