summaryrefslogtreecommitdiff
path: root/test/files/run/t2354.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2354.scala')
-rw-r--r--test/files/run/t2354.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2354.scala b/test/files/run/t2354.scala
index f46db13a95..5419911ac3 100644
--- a/test/files/run/t2354.scala
+++ b/test/files/run/t2354.scala
@@ -8,7 +8,7 @@ object Test
val parser1 = ConstructingParser.fromSource(Source.fromString(xml_good),false)
val parser2 = ConstructingParser.fromSource(Source.fromString(xml_bad),false)
-
+
def main(args: Array[String]): Unit = {
parser1.document
parser2.document