summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/strings/test_oustring_stringliterals.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx
index ea470136c823..4ba1b04067d4 100644
--- a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx
+++ b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx
@@ -185,7 +185,7 @@ void test::oustring::StringLiterals::checkNonconstChar()
[&consttest, &bar]() {
return rtl::OUString("footest").replaceAll(consttest, bar); }));
CPPUNIT_ASSERT(
- !VALID_CONVERSION(
+ !VALID_CONVERSION_CALL(
[&test, &constbar]() {
return rtl::OUString("footest").replaceAll(test, constbar); }));
CPPUNIT_ASSERT_EQUAL( rtl::OUString( "foobar" ), rtl::OUString( "footest" ).replaceAll( consttest, constbar ));