summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-03-16 09:47:09 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-03-16 09:47:09 +0100
commit61a194fbc1bd2624d46ccd2d71e5f1422ef522f1 (patch)
tree0082d8a06499b0fc94cb358cefdb6a001afdbc04
parentfcc4b3c3ec005d5757339cef604f36cc7749434a (diff)
Revert "fdo#61725 workaround"
This reverts commit 04651da19cbd755c2d9a7d399781433c05f9cb97. Change-Id: Icd78c2305b127d42a43bd7995d0952617e06db99
-rw-r--r--vcl/source/app/dbggui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 7af896fa4f11..0161df6dfa08 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -1747,7 +1747,7 @@ void ImplDbgTestSolarMutex()
bool bCheck = ImplGetSVData()->mpDefInst->CheckYieldMutex();
(void)bCheck;
OSL_ENSURE( bCheck, "SolarMutex not locked" );
- //assert(bCheck);
+ assert(bCheck);
}
// =======================================================================