aboutsummaryrefslogtreecommitdiff
path: root/src/unit/xml.unit
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit/xml.unit')
-rw-r--r--src/unit/xml.unit6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/unit/xml.unit b/src/unit/xml.unit
index 0d62b8b..21757cb 100644
--- a/src/unit/xml.unit
+++ b/src/unit/xml.unit
@@ -12,10 +12,4 @@
12 12
13suite Xml 13suite Xml
14{ 14{
15 test declaration
16 {
17 Bu::String sXml("<?xml ?> <hi />");
18 Bu::MemBuf buf( sXml );
19 Bu::XmlReader xr( buf );
20 }
21} 15}