summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlParsing001.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmlParsing001.scala')
-rw-r--r--test/files/neg/xmlParsing001.scala15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/files/neg/xmlParsing001.scala b/test/files/neg/xmlParsing001.scala
deleted file mode 100644
index d732eb3869..0000000000
--- a/test/files/neg/xmlParsing001.scala
+++ /dev/null
@@ -1,15 +0,0 @@
-//############################################################################
-// XML Parsing
-//############################################################################
-// $Id$
-
-import scala.testing.UnitTest._ ;
-
-import scala.xml._ ;
-
-object Test with Application {
-
- // error: closing tag of hello not found
- val y = <hello></hallo>.toString();
-
-}