summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/parmap-ops.scala4
-rw-r--r--test/files/run/t4608.scala3
-rw-r--r--test/files/run/t4761.scala4
-rw-r--r--test/files/run/t4895.scala4
4 files changed, 0 insertions, 15 deletions
diff --git a/test/files/run/parmap-ops.scala b/test/files/run/parmap-ops.scala
index 31828d9522..f93bd7b77e 100644
--- a/test/files/run/parmap-ops.scala
+++ b/test/files/run/parmap-ops.scala
@@ -1,9 +1,5 @@
-
-
import collection._
-
-
object Test {
def main(args: Array[String]) {
diff --git a/test/files/run/t4608.scala b/test/files/run/t4608.scala
index 3601adc275..2d43bebd10 100644
--- a/test/files/run/t4608.scala
+++ b/test/files/run/t4608.scala
@@ -1,6 +1,3 @@
-
-
-
// #4608
object Test {
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 }
diff --git a/test/files/run/t4895.scala b/test/files/run/t4895.scala
index c6e6cc18b4..a0e8c19f00 100644
--- a/test/files/run/t4895.scala
+++ b/test/files/run/t4895.scala
@@ -1,7 +1,3 @@
-
-
-
-
object Test {
def checkPar(sz: Int) {