summaryrefslogtreecommitdiff
path: root/tests/SString_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SString_Test.cpp')
-rw-r--r--tests/SString_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SString_Test.cpp b/tests/SString_Test.cpp
index 265d690fbf7..a6be520d300 100644
--- a/tests/SString_Test.cpp
+++ b/tests/SString_Test.cpp
@@ -130,7 +130,7 @@ run_main (int, ACE_TCHAR *[])
{
/* Set #2 */
- ACE_CString s0 ("hello", 0, 0);
+ ACE_CString s0 = "hello";
ACE_CString s1 ("hello", 0, 0);
ACE_CString s2 ("world", 0, 0);
ACE_CString s3 ("ll", 0, 0);