summaryrefslogtreecommitdiff
path: root/comphelper/qa
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/qa')
-rw-r--r--comphelper/qa/string/test_string.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/string/test_string.cxx b/comphelper/qa/string/test_string.cxx
index 7135c81cb0cf..eb36e06355dd 100644
--- a/comphelper/qa/string/test_string.cxx
+++ b/comphelper/qa/string/test_string.cxx
@@ -401,7 +401,7 @@ void TestString::testRemoveAny()
sal_Unicode const test6 [] = { 'X', 0 };
CPPUNIT_ASSERT_EQUAL(in, removeAny(in, test6));
sal_Unicode const test7 [] = { 'A', 'B', 'C', 'a', 'b', 'c', 0 };
- CPPUNIT_ASSERT_EQUAL(OUString(""), removeAny(in, test7));
+ CPPUNIT_ASSERT_EQUAL(OUString(), removeAny(in, test7));
}
CPPUNIT_TEST_SUITE_REGISTRATION(TestString);