summaryrefslogtreecommitdiff
path: root/test/files/run/t1535.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1535.scala')
-rw-r--r--test/files/run/t1535.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1535.scala b/test/files/run/t1535.scala
index d0ae4814f4..b0163a9710 100644
--- a/test/files/run/t1535.scala
+++ b/test/files/run/t1535.scala
@@ -8,7 +8,7 @@ class ClassDecl extends BlockStmt {
lazy val y = true
}
-object Test extends Application {
+object Test extends App {
val n = new ClassDecl ()
println (n.x)
println (n.y)