diff options
Diffstat (limited to 'io/test')
-rw-r--r-- | io/test/stm/testfactreg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 4cd7c1d2b..99f0b960d 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; |