summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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)