summaryrefslogtreecommitdiff
path: root/test/files/run/t3038.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3038.scala')
-rw-r--r--test/files/run/t3038.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3038.scala b/test/files/run/t3038.scala
index cf26001beb..7eb69f7fb5 100644
--- a/test/files/run/t3038.scala
+++ b/test/files/run/t3038.scala
@@ -62,7 +62,7 @@ class C extends A {
}
}
-object Test extends Application {
+object Test extends App {
(new C).run
}