aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohannes Schickel2010-05-05 17:54:34 +0000
committerJohannes Schickel2010-05-05 17:54:34 +0000
commitd4e74e62a1bc51cc672e800050142008b5dac904 (patch)
tree77e87da104763797929412affbee547913191c04 /test
parentcaf31ee5afb61a88342176473bf77ebddc098ca4 (diff)
downloadscummvm-rg350-d4e74e62a1bc51cc672e800050142008b5dac904.tar.gz
scummvm-rg350-d4e74e62a1bc51cc672e800050142008b5dac904.tar.bz2
scummvm-rg350-d4e74e62a1bc51cc672e800050142008b5dac904.zip
Typo.
svn-id: r48956
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";