Fixed a warning

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5399 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2003-11-17 10:31:38 +00:00
parent 85918d337e
commit e38721600a

View File

@ -116,8 +116,9 @@ StringAppendTest::PerformTest(void)
CPPUNIT_ASSERT(strcmp(str1->String(), "BaseCCCCC") == 0);
delete str1;
const int32 OUT_OF_MEM_VAL = 2*1000*1000*1000;
#ifndef TEST_R5
const int32 OUT_OF_MEM_VAL = 2*1000*1000*1000;
//Append(char, int32) with excessive length:
NextSubTest();
str1 = new BString("Base");