summaryrefslogtreecommitdiff
path: root/tests/Obstack_Test.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-19 08:40:28 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-19 08:40:28 +0000
commitdee899c8ff99fe26e308f713e728db4dff2882c7 (patch)
tree93ac25cea28e28f3892623e98e3657d2597bb550 /tests/Obstack_Test.cpp
parent33dcb4d2015f14836d30cb0cd9210a1b9fd25107 (diff)
downloadATCD-Validator_20021119.tar.gz
This commit was manufactured by cvs2svn to create tagValidator_20021119
'Validator_20021119'.
Diffstat (limited to 'tests/Obstack_Test.cpp')
-rw-r--r--tests/Obstack_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Obstack_Test.cpp b/tests/Obstack_Test.cpp
index 110fea4eba9..ad424254b98 100644
--- a/tests/Obstack_Test.cpp
+++ b/tests/Obstack_Test.cpp
@@ -29,8 +29,6 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
ACE_START_TEST (ACE_TEXT ("Obstack_Test"));
int errors = 0;
- // For this test, the length of the ACE_Obstack must be larger than
- // both of these strings, but less than their sum.
const ACE_TCHAR str1[] = ACE_TEXT ("Mary had a little lamb.");
const ACE_TCHAR str2[] = ACE_TEXT ("It's fleece was white as snow; but....");
ACE_Obstack_T<ACE_TCHAR> stack (sizeof (str1) + 1);