summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-nest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/exceptions-nest.scala')
-rw-r--r--test/files/run/exceptions-nest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/exceptions-nest.scala b/test/files/run/exceptions-nest.scala
index d3f37452b5..841e6b1c67 100644
--- a/test/files/run/exceptions-nest.scala
+++ b/test/files/run/exceptions-nest.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
println(test1)
println(test2)