summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/custom/comments/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-examples/cxx/tree/custom/comments/buildfile')
-rw-r--r--xsd-examples/cxx/tree/custom/comments/buildfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsd-examples/cxx/tree/custom/comments/buildfile b/xsd-examples/cxx/tree/custom/comments/buildfile
index 093a6cc..93196d2 100644
--- a/xsd-examples/cxx/tree/custom/comments/buildfile
+++ b/xsd-examples/cxx/tree/custom/comments/buildfile
@@ -15,8 +15,6 @@ exe{driver}: xml{people}: test.input = true
<{hxx ixx cxx}{people}>: xsd{people} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--generate-serialization \
@@ -27,7 +25,7 @@ exe{driver}: xml{people}: test.input = true
hxx{xml-schema}: $xsd
{{
- diag xsd gen ($>[0])
+ diag xsd $>
# Note that the specified xml-schema.xsd doesn't exist and is only used to
# deduce the generated header name.