summaryrefslogtreecommitdiff
path: root/xsd-tests/morphing/anonymous/unstable/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/morphing/anonymous/unstable/buildfile')
-rw-r--r--xsd-tests/morphing/anonymous/unstable/buildfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xsd-tests/morphing/anonymous/unstable/buildfile b/xsd-tests/morphing/anonymous/unstable/buildfile
index e83cee7..d61d36b 100644
--- a/xsd-tests/morphing/anonymous/unstable/buildfile
+++ b/xsd-tests/morphing/anonymous/unstable/buildfile
@@ -11,9 +11,7 @@ for f: $fs
{
<{hxx cxx}{$f}>: xsd{$f} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
- $xsd cxx-tree --std c++11 \
+ $xsd cxx-tree \
--root-element-all \
--output-dir $out_base \
$path($<[0])
@@ -27,5 +25,5 @@ for f: $fs
testscript{*}:
{
test = $xsd
- test.arguments = cxx-tree --std c++11
+ test.arguments = cxx-tree
}