From 8399e9c9f34095478f6713638e2a8e582b3828a5 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 21 May 2013 22:22:26 -0400 Subject: Hopefully this will disable testPerf for Windows too... Untested. Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea (cherry picked from commit 80648e06cac011c01e624cba91ce71fdf431e78a) --- sc/qa/unit/ucalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1