From 172563dfbbc674789fad1f8d8cd6567e06e52c99 Mon Sep 17 00:00:00 2001 From: michelou Date: Sun, 27 Nov 2011 11:41:16 +0000 Subject: updated test cases for Scala Ant tasks --- test/files/run/parmap-ops.scala | 4 ---- test/files/run/t4608.scala | 3 --- test/files/run/t4761.scala | 4 ---- test/files/run/t4895.scala | 4 ---- 4 files changed, 15 deletions(-) (limited to 'test/files/run') 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) { -- cgit v1.2.3