summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-21 22:22:26 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-21 22:27:12 -0400
commit80648e06cac011c01e624cba91ce71fdf431e78a (patch)
treef3286619f87ed3234dcb658b93a8119314925404 /sc/qa
parentdf4d6b134bfe45e380416f0d9eecb482843e8a47 (diff)
Hopefully this will disable testPerf for Windows too... Untested.
Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea
Diffstat (limited to 'sc/qa')
-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);