diff options
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/javavm/testjavavm.cxx | 1 | ||||
-rw-r--r-- | stoc/test/testconv.cxx | 1 | ||||
-rw-r--r-- | stoc/test/testcorefl.cxx | 1 | ||||
-rw-r--r-- | stoc/test/testintrosp.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/stoc/test/javavm/testjavavm.cxx b/stoc/test/javavm/testjavavm.cxx index f856f76dc2a8..e7d0c4d5a4cc 100644 --- a/stoc/test/javavm/testjavavm.cxx +++ b/stoc/test/javavm/testjavavm.cxx @@ -138,7 +138,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 2eebdef67d4c..1e9aae16ed42 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -671,7 +671,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index 7aa06a9ca82d..3b2a02cccd8a 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -367,7 +367,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index caff1337a91c..2d5a682bd583 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -1195,7 +1195,6 @@ SAL_IMPLEMENT_MAIN() } catch (const Exception & rExc) { - OSL_FAIL( "### exception occurred!" ); SAL_WARN("stoc", "### exception occurred: " << rExc.Message ); } |