summaryrefslogtreecommitdiff
path: root/test/files/run/xml-loop-bug.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/xml-loop-bug.scala')
-rw-r--r--test/files/run/xml-loop-bug.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/run/xml-loop-bug.scala b/test/files/run/xml-loop-bug.scala
deleted file mode 100644
index 3894779f7c..0000000000
--- a/test/files/run/xml-loop-bug.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- scala.tools.nsc.io.NullPrintStream.setOutAndErr()
- scala.xml.parsing.ConstructingParser.fromSource(scala.io.Source.fromString("<!DOCTYPE xmeml SYSTEM> <xmeml> <sequence> </sequence> </xmeml> "), true).document.docElem
- }
-}