summaryrefslogtreecommitdiff
path: root/test/files/run/checked.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/checked.scala')
-rw-r--r--test/files/run/checked.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/checked.scala b/test/files/run/checked.scala
index adb0c509a5..e4db9c0916 100644
--- a/test/files/run/checked.scala
+++ b/test/files/run/checked.scala
@@ -90,7 +90,7 @@ class TestInterference extends {
}
-object Test extends Application {
+object Test extends App {
def shouldThrow(t: => Unit) = try {
t