summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/test/stm/testfactreg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx
index 05aaa92b1c34..fc43bb7a9ccd 100644
--- a/io/test/stm/testfactreg.cxx
+++ b/io/test/stm/testfactreg.cxx
@@ -122,7 +122,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
+ OSL_FAIL( "### InvalidRegistryException!" );
}
}
return sal_False;
b955cb08d8281f0a10'>loplugin:stringconstantStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-25embedserv/source/embed/xwin.cxx is goneStephan Bergmann 2017-01-23loplugin:useuniqueptrStephan Bergmann 2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann 2016-10-16clang-cl loplugin: embedservStephan Bergmann 2016-10-1464-bit Windows fix: InsertMenu takes a UINT_PTRStephan Bergmann 2016-08-25-Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann