summaryrefslogtreecommitdiff
path: root/test/files/run/ctor-order.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/ctor-order.scala')
-rw-r--r--test/files/run/ctor-order.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/ctor-order.scala b/test/files/run/ctor-order.scala
index 44e981e413..5f5871691a 100644
--- a/test/files/run/ctor-order.scala
+++ b/test/files/run/ctor-order.scala
@@ -21,7 +21,7 @@ class Outer {
}
-object Test extends AnyRef with Application {
+object Test extends AnyRef with App {
val o = new Outer;
new o.X;