summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2011-11-27 11:41:16 +0000
committermichelou <michelou@epfl.ch>2011-11-27 11:41:16 +0000
commit172563dfbbc674789fad1f8d8cd6567e06e52c99 (patch)
treece66093b871f42b84aee64456f3def25878a2a5e /test/files/run
parent37201dd3cd6da6ca47f651a5b346a7706ae1e561 (diff)
downloadscala-172563dfbbc674789fad1f8d8cd6567e06e52c99.tar.gz
scala-172563dfbbc674789fad1f8d8cd6567e06e52c99.tar.bz2
scala-172563dfbbc674789fad1f8d8cd6567e06e52c99.zip
updated test cases for Scala Ant tasks
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) {