summaryrefslogtreecommitdiff
path: root/test/files/run/t0421.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0421.scala')
-rw-r--r--test/files/run/t0421.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0421.scala b/test/files/run/t0421.scala
index b69373f341..90adb31c4f 100644
--- a/test/files/run/t0421.scala
+++ b/test/files/run/t0421.scala
@@ -1,5 +1,5 @@
// ticket #421
-object Test extends Application {
+object Test extends App {
def transpose[A: ClassManifest](xss: Array[Array[A]]) = {
for (i <- Array.range(0, xss(0).length)) yield