Fixed a warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -116,8 +116,9 @@ StringAppendTest::PerformTest(void)
|
|||||||
CPPUNIT_ASSERT(strcmp(str1->String(), "BaseCCCCC") == 0);
|
CPPUNIT_ASSERT(strcmp(str1->String(), "BaseCCCCC") == 0);
|
||||||
delete str1;
|
delete str1;
|
||||||
|
|
||||||
const int32 OUT_OF_MEM_VAL = 2*1000*1000*1000;
|
|
||||||
#ifndef TEST_R5
|
#ifndef TEST_R5
|
||||||
|
const int32 OUT_OF_MEM_VAL = 2*1000*1000*1000;
|
||||||
//Append(char, int32) with excessive length:
|
//Append(char, int32) with excessive length:
|
||||||
NextSubTest();
|
NextSubTest();
|
||||||
str1 = new BString("Base");
|
str1 = new BString("Base");
|
||||||
|
|||||||
Reference in New Issue
Block a user