summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-01 10:55:14 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-01 17:27:59 +0300
commitec147012340219c8bb5eaf8fe3d41be7836bc261 (patch)
treefbe260f4edcfe3f587502ad5696decf789cd1b4b /filter/qa
parent5e83f36cb5221172c76d4ab363d889f30ea70aed (diff)
We require OS X SDK 10.8 or newer now
Change-Id: I68eee76c8710c89af8e3c1e1006345f908923ece
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/cppunit/xslt-test.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/qa/cppunit/xslt-test.cxx b/filter/qa/cppunit/xslt-test.cxx
index d96e68d4c454..1a580d0b36a2 100644
--- a/filter/qa/cppunit/xslt-test.cxx
+++ b/filter/qa/cppunit/xslt-test.cxx
@@ -46,10 +46,8 @@ public:
void testXsltCopyNew();
CPPUNIT_TEST_SUITE(XsltFilterTest);
-#if !(defined(MACOSX) && (MACOSX_SDK_VERSION < 1060))
CPPUNIT_TEST(testXsltCopyOld);
CPPUNIT_TEST(testXsltCopyNew);
-#endif
CPPUNIT_TEST_SUITE_END();
};