summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/polymorphism/same-type
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/polymorphism/same-type')
-rw-r--r--tests/cxx/parser/polymorphism/same-type/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/polymorphism/same-type/driver.cxx b/tests/cxx/parser/polymorphism/same-type/driver.cxx
index 086d2fb..0163709 100644
--- a/tests/cxx/parser/polymorphism/same-type/driver.cxx
+++ b/tests/cxx/parser/polymorphism/same-type/driver.cxx
@@ -45,7 +45,7 @@ main (int argc, char* argv[])
base_p.parsers (string_p);
type_p.parsers (base_p);
- xml_schema::document doc_p (type_p, "test", "root");
+ xml_schema::document doc_p (type_p, "test", "root", true);
type_p.pre ();
doc_p.parse (argv[1]);