summaryrefslogtreecommitdiff
path: root/test/files/run/t1718.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1718.scala')
-rw-r--r--test/files/run/t1718.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1718.scala b/test/files/run/t1718.scala
index 61a17b2906..d1b19c38cd 100644
--- a/test/files/run/t1718.scala
+++ b/test/files/run/t1718.scala
@@ -1,4 +1,4 @@
-object Test extends Application{
+object Test extends App{
def matchesNull[T](mightBeNull: Array[T]): Boolean = mightBeNull match {
case null => true
case x => false