summaryrefslogtreecommitdiff
path: root/test/files/run/t0042.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0042.scala')
-rw-r--r--test/files/run/t0042.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0042.scala b/test/files/run/t0042.scala
index 53314f2885..aa4a74d2f8 100644
--- a/test/files/run/t0042.scala
+++ b/test/files/run/t0042.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def getClause[T](clauses: List[T]): Option[T] = {
for (c <- clauses) {
return Some(c)