summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlParsing001.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmlParsing001.check')
-rw-r--r--test/files/neg/xmlParsing001.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/xmlParsing001.check b/test/files/neg/xmlParsing001.check
deleted file mode 100644
index 0debd1c2dd..0000000000
--- a/test/files/neg/xmlParsing001.check
+++ /dev/null
@@ -1,7 +0,0 @@
-xmlParsing001.scala:13: in XML literal: expected closing tag of hello
- val y = <hello></hallo>.toString();
- ^
-xmlParsing001.scala:13: in XML literal: '>' expected instead of '.'
- val y = <hello></hallo>.toString();
- ^
-two errors found