summaryrefslogtreecommitdiff
path: root/test/files/run/matchemptyarray.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/matchemptyarray.scala')
-rw-r--r--test/files/run/matchemptyarray.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/matchemptyarray.scala b/test/files/run/matchemptyarray.scala
index a7147f29f6..1fa53b4829 100644
--- a/test/files/run/matchemptyarray.scala
+++ b/test/files/run/matchemptyarray.scala
@@ -1,4 +1,4 @@
-object Test extends Application{
+object Test extends App{
Array[String]() match {
case x@Array() => println(x.deep.toString());
}