aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/common/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/str.h b/test/common/str.h
index aed2888736..16fb0859db 100644
--- a/test/common/str.h
+++ b/test/common/str.h
@@ -319,7 +319,7 @@ class StringTestSuite : public CxxTest::TestSuite
TS_ASSERT_EQUALS(strcmp(test4, testString), 0);
}
- void test_strncat() {
+ void test_strlcat() {
static const char * const initialString = "123";
static const char * const appendString = "4567890";
static const char * const resultString = "1234567890";