summaryrefslogtreecommitdiff
path: root/test/files/run/finally.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/finally.scala')
-rw-r--r--test/files/run/finally.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/finally.scala b/test/files/run/finally.scala
index 6d8d360d30..e4715c59ae 100644
--- a/test/files/run/finally.scala
+++ b/test/files/run/finally.scala
@@ -1,6 +1,6 @@
// test that finally is not covered by any exception handlers.
-object Test extends Application {
+object Test extends App {
def bar {
try {
println("hi")