summaryrefslogtreecommitdiff
path: root/test/files/run/colltest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/colltest.scala')
-rw-r--r--test/files/run/colltest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/colltest.scala b/test/files/run/colltest.scala
index b635c4e531..ecd234bdd1 100644
--- a/test/files/run/colltest.scala
+++ b/test/files/run/colltest.scala
@@ -45,7 +45,7 @@ class TestSet(s0: Set[Int], s1: Set[Int]) {
}
Console.println("succeeded for "+Iterations+" iterations.")
}
-object Test extends Application {
+object Test extends App {
def t3954 {
import scala.collection.mutable
import scala.collection.immutable