From d4e74e62a1bc51cc672e800050142008b5dac904 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 5 May 2010 17:54:34 +0000 Subject: Typo. svn-id: r48956 --- test/common/str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/common/str.h') 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"; -- cgit v1.2.3