summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/ostream/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/polymorphism/ostream/makefile')
-rw-r--r--tests/cxx/tree/polymorphism/ostream/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/tree/polymorphism/ostream/makefile b/tests/cxx/tree/polymorphism/ostream/makefile
index c6dd0b0..777d716 100644
--- a/tests/cxx/tree/polymorphism/ostream/makefile
+++ b/tests/cxx/tree/polymorphism/ostream/makefile
@@ -35,7 +35,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): xsd := $(out_root)/xsd/xsd
$(gen): xsd_options := --generate-polymorphic --polymorphic-type-all \
---generate-ostream
+--root-element root --generate-ostream
$(gen): $(out_root)/xsd/xsd
$(call include-dep,$(dep))