aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/polymorphism/any-type/driver.cxx')
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
index bfea16f..cf39e15 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
@@ -52,7 +52,7 @@ main (int argc, char* argv[])
doc_s.add_prefix ("xsi", "http://www.w3.org/2001/XMLSchema-instance");
root_s.pre (*r);
- doc_s.serialize (cout);
+ doc_s.serialize (cout, xml_schema::document_simpl::pretty_print);
root_s.post ();
delete r;