diff options
Diffstat (limited to 'stoc/test/testcorefl.cxx')
-rw-r--r-- | stoc/test/testcorefl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index e43687c92f5b..d3a5a5d1b153 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -403,7 +403,7 @@ SAL_IMPLEMENT_MAIN() } catch (Exception & rExc) { - OSL_ENSURE( sal_False, "### exception occurred!" ); + OSL_FAIL( "### exception occurred!" ); OString aMsg( OUStringToOString( rExc.Message, RTL_TEXTENCODING_ASCII_US ) ); OSL_TRACE( "### exception occurred: " ); |