summaryrefslogtreecommitdiff
path: root/test/files/run/t2030.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2030.scala')
-rw-r--r--test/files/run/t2030.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2030.scala b/test/files/run/t2030.scala
index 251ae2c622..2333c3981b 100644
--- a/test/files/run/t2030.scala
+++ b/test/files/run/t2030.scala
@@ -1,6 +1,6 @@
import scala.collection.immutable._
-object Test extends Application {
+object Test extends App {
val res0 = TreeSet(1, 2, 3, 4, 5, 6)
val res1 = res0.map(x => x)
println(res0.toList == res1.toList)