summaryrefslogtreecommitdiff
path: root/test/files/run/t4459.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-14 04:15:50 +0000
committerPaul Phillips <paulp@improving.org>2011-04-14 04:15:50 +0000
commit8198c1193ccc539ce58b12505c31e399139b45e6 (patch)
tree280c7896e4ef294c675a5aef9caf12ad95f63bd8 /test/files/run/t4459.scala
parent20d0a7dd224dfbcaa8e484628704b810a5ba7bdd (diff)
downloadscala-8198c1193ccc539ce58b12505c31e399139b45e6.tar.gz
scala-8198c1193ccc539ce58b12505c31e399139b45e6.tar.bz2
scala-8198c1193ccc539ce58b12505c31e399139b45e6.zip
Tests which run have to be called "Test".
and renames file to avoid ant's brainlessness, no review.
Diffstat (limited to 'test/files/run/t4459.scala')
-rw-r--r--test/files/run/t4459.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/t4459.scala b/test/files/run/t4459.scala
index 8b164f77c8..6e1b871cbe 100644
--- a/test/files/run/t4459.scala
+++ b/test/files/run/t4459.scala
@@ -1,7 +1,6 @@
import collection._
-
-object Foo {
+object Test {
def main(args: Array[String]) {
for (i <- 0 until 2000) {
foo((0 until 10000).toSeq.par)