summaryrefslogtreecommitdiff
path: root/test/files/run/exc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/exc.scala')
-rw-r--r--test/files/run/exc.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/exc.scala b/test/files/run/exc.scala
index 4c7db29226..6457af1e14 100644
--- a/test/files/run/exc.scala
+++ b/test/files/run/exc.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def foo() = {
while (true) {
try {