summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/ostream/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/polymorphism/ostream/test.xml')
-rw-r--r--tests/cxx/tree/polymorphism/ostream/test.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/cxx/tree/polymorphism/ostream/test.xml b/tests/cxx/tree/polymorphism/ostream/test.xml
deleted file mode 100644
index 5409d2a..0000000
--- a/tests/cxx/tree/polymorphism/ostream/test.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<root xmlns="test"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="test test.xsd">
-
- <base><a>a</a><fund>1</fund></base>
- <base xsi:type="derived1"><a>a</a><fund>1</fund><b>b</b></base>
- <base xsi:type="derived2"><a>a</a><fund>1</fund><c>c1</c><c>c2</c></base>
- <derived3><a>a</a><fund>1</fund><d>d1</d><d>d2</d></derived3>
-
-</root>