diff options
| -rw-r--r-- | build-x64-gtk3.xml | 2 | ||||
| -rw-r--r-- | build-x64.xml | 2 | ||||
| -rw-r--r-- | build.xml | 2 |
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"/> @@ -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"/> |
