summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-21 22:22:26 -0400
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 09:55:16 +0100
commit8399e9c9f34095478f6713638e2a8e582b3828a5 (patch)
treecc87e5c0eacb3d94e2d7b53712d514c2ee85f693
parentd5cbc8e2b58e6591ef5ba2c0c75be603d945ca1c (diff)
Hopefully this will disable testPerf for Windows too... Untested.
Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea (cherry picked from commit 80648e06cac011c01e624cba91ce71fdf431e78a)
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index c48d310230cf..dcce938f4fa5 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -283,7 +283,7 @@ public:
void testCondFormatINSDEL();
CPPUNIT_TEST_SUITE(Test);
-#ifndef DBG_UTIL
+#if !defined(DBG_UTIL) && !defined(_WIN32_WINNT)
CPPUNIT_TEST(testPerf);
#endif
CPPUNIT_TEST(testCollator);