summaryrefslogtreecommitdiff
path: root/test/files/run/t0663.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0663.scala')
-rw-r--r--test/files/run/t0663.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0663.scala b/test/files/run/t0663.scala
index 16a5a48330..dd0326d4e3 100644
--- a/test/files/run/t0663.scala
+++ b/test/files/run/t0663.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val src = scala.io.Source.fromString("<?xml version='1.0' encoding='UTF-8'?><feed/>")
val parser = xml.parsing.ConstructingParser.fromSource(src, true)
println(parser.document)