summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-03-05 17:38:48 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-03-05 17:38:48 +0000
commit79dcf9dc649fedbf685416eb4e3747afa69cf807 (patch)
tree79d66c42b795335d0980e4eb1c41918d8a0fa41e /build.xml
parentbtool: Update buildfiles for previous commit (diff)
downloadinkscape-79dcf9dc649fedbf685416eb4e3747afa69cf807.tar.gz
inkscape-79dcf9dc649fedbf685416eb4e3747afa69cf807.zip
btool: Fix multiply included test file header
(bzr r14691)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 022cdff4f..82cb64231 100644
--- a/build.xml
+++ b/build.xml
@@ -268,7 +268,7 @@
<cxxtestpart command="${python} ${cxxtest}/cxxtestgen.py --have-eh"
out="${src}/svg/test-svg.cpp">
<fileset dir="${src}/svg">
- <include name="css-ostringstream-test.h"/>
+ <!--<include name="css-ostringstream-test.h"/>-->
<include name="stringstream-test.h"/>
<include name="svg-affine-test.h"/>
<include name="svg-color-test.h"/>