summaryrefslogtreecommitdiff
path: root/test/files/run/sort.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/sort.scala')
-rw-r--r--test/files/run/sort.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/sort.scala b/test/files/run/sort.scala
index 899fea551e..b89ff22f54 100644
--- a/test/files/run/sort.scala
+++ b/test/files/run/sort.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
println((1 to 100000).toList.sort(_<_).length)
println(List(1, 5, 10, 3, 2).toList.sort(_<_))
println(List(1, 5, 10, 3, 2).toList.sort(_>_))