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