diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 82484190af11..c48d310230cf 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -283,7 +283,9 @@ public: void testCondFormatINSDEL(); CPPUNIT_TEST_SUITE(Test); +#ifndef DBG_UTIL CPPUNIT_TEST(testPerf); +#endif CPPUNIT_TEST(testCollator); CPPUNIT_TEST(testRangeList); CPPUNIT_TEST(testInput); |