summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/getargument.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/getargument.cxx')
-rw-r--r--unotest/source/cpp/getargument.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/getargument.cxx b/unotest/source/cpp/getargument.cxx
index 4082883a5a67..5fca79af6016 100644
--- a/unotest/source/cpp/getargument.cxx
+++ b/unotest/source/cpp/getargument.cxx
@@ -31,7 +31,7 @@ namespace test {
namespace detail {
bool getArgument(OUString const & name, OUString * value) {
- assert(value != nullptr);
+ OSL_ASSERT(value != nullptr);
return rtl::Bootstrap::get("arg-" + name, *value);
}