summaryrefslogtreecommitdiff
path: root/test/files/run/t1167.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1167.scala')
-rw-r--r--test/files/run/t1167.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1167.scala b/test/files/run/t1167.scala
index 7386d09a6c..3dd0a30c00 100644
--- a/test/files/run/t1167.scala
+++ b/test/files/run/t1167.scala
@@ -23,7 +23,7 @@ abstract class Foo {
}
}
-object Test extends Application {
+object Test extends App {
val foo = new Foo {}
val bar = new foo.Bar {}
println(foo)