summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-x64-gtk3.xml2
-rw-r--r--build-x64.xml2
-rw-r--r--build.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/build-x64-gtk3.xml b/build-x64-gtk3.xml
index d9f95151a..ffea1a848 100644
--- a/build-x64-gtk3.xml
+++ b/build-x64-gtk3.xml
@@ -270,7 +270,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"/>
diff --git a/build-x64.xml b/build-x64.xml
index a4600d387..1be9d9449 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -265,7 +265,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"/>
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"/>