summaryrefslogtreecommitdiff
path: root/test/files/run/json.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/json.scala')
-rw-r--r--test/files/run/json.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/json.scala b/test/files/run/json.scala
index 1e0b5be94b..7b2b80718c 100644
--- a/test/files/run/json.scala
+++ b/test/files/run/json.scala
@@ -1,7 +1,7 @@
import scala.util.parsing.json._
import scala.collection.immutable.TreeMap
-object Test extends Application {
+object Test extends App {
/* This method converts parsed JSON back into real JSON notation with objects in
* sorted-key order. Not required by the spec, but it allows us to to a stable
* toString comparison. */