summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/list/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/schema/list/buildfile')
-rw-r--r--xsd-tests/schema/list/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-tests/schema/list/buildfile b/xsd-tests/schema/list/buildfile
index 88ed0ee..090e69a 100644
--- a/xsd-tests/schema/list/buildfile
+++ b/xsd-tests/schema/list/buildfile
@@ -11,7 +11,7 @@ for f: $fs
{
<{hxx cxx}{$f}>: xsd{$f} $xsd
{{
- $xsd cxx-tree --std c++11 \
+ $xsd cxx-tree \
--root-element-all \
--output-dir $directory($path($>[0])) \
$path($<[0])
@@ -25,5 +25,5 @@ for f: $fs
testscript{*}:
{
test = $xsd
- test.arguments = cxx-tree --std c++11
+ test.arguments = cxx-tree
}