summaryrefslogtreecommitdiff
path: root/test/files/run/t0017.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0017.scala')
-rw-r--r--test/files/run/t0017.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0017.scala b/test/files/run/t0017.scala
index f43481f39b..e2a43a66ac 100644
--- a/test/files/run/t0017.scala
+++ b/test/files/run/t0017.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def transpose[A](arr: Array[Array[A]]) = {
for (i <- Array.range(0, arr(0).length)) yield