summaryrefslogtreecommitdiff
path: root/test/files/run/try.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/try.scala')
-rw-r--r--test/files/run/try.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/try.scala b/test/files/run/try.scala
index 594c630cc8..5545bcbec1 100644
--- a/test/files/run/try.scala
+++ b/test/files/run/try.scala
@@ -1,4 +1,4 @@
-object Test extends AnyRef with Application {
+object Test extends AnyRef with App {
val x = 1;
def try1 = {