aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/any-type/test-000.std
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/polymorphism/any-type/test-000.std')
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/test-000.std6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/hybrid/polymorphism/any-type/test-000.std b/tests/cxx/hybrid/polymorphism/any-type/test-000.std
index 0c40a51..b57b9ea 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/test-000.std
+++ b/tests/cxx/hybrid/polymorphism/any-type/test-000.std
@@ -1,11 +1,11 @@
<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <t:any></t:any>
- <t:any></t:any>
+ <t:any/>
+ <t:any/>
<t:base x="abc">
<a>123</a>
<b>abc</b>
</t:base>
- <t:any x="xyz" xsi:type="t:derived">
+ <t:any xsi:type="t:derived" x="xyz">
<a>123</a>
<b>abc</b>
<c>9</c>