summaryrefslogtreecommitdiff
path: root/test/files/run/lazy-exprs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/lazy-exprs.scala')
-rw-r--r--test/files/run/lazy-exprs.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/lazy-exprs.scala b/test/files/run/lazy-exprs.scala
index 8a80423646..204c4b564b 100644
--- a/test/files/run/lazy-exprs.scala
+++ b/test/files/run/lazy-exprs.scala
@@ -89,7 +89,7 @@ object TestExpressions {
}
-object Test extends Application {
+object Test extends App {
TestExpressions.test
}