summaryrefslogtreecommitdiff
path: root/test/files/run/t0911.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0911.scala')
-rw-r--r--test/files/run/t0911.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0911.scala b/test/files/run/t0911.scala
index 6f9ad91781..be8c5de1dc 100644
--- a/test/files/run/t0911.scala
+++ b/test/files/run/t0911.scala
@@ -4,6 +4,6 @@ class IP extends {
val baz = "bar";
} with Foo(() => baz);
-object Test extends Application{
+object Test extends App{
(new IP).bar();
}