Kaydet (Commit) 4833bcba authored tarafından Chris Sherlock's avatar Chris Sherlock

tdf#43157: convert unotest from OSL_ASSERT to assert

Change-Id: I4fa580adfe9cc9a49824c5a4ef0f37c46b71a98d
üst a2709d8a
......@@ -31,7 +31,7 @@ namespace test {
namespace detail {
bool getArgument(OUString const & name, OUString * value) {
OSL_ASSERT(value != nullptr);
assert(value != nullptr);
return rtl::Bootstrap::get("arg-" + name, *value);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment