diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-19 08:40:28 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-19 08:40:28 +0000 |
commit | dee899c8ff99fe26e308f713e728db4dff2882c7 (patch) | |
tree | 93ac25cea28e28f3892623e98e3657d2597bb550 /tests/Obstack_Test.cpp | |
parent | 33dcb4d2015f14836d30cb0cd9210a1b9fd25107 (diff) | |
download | ATCD-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.cpp | 2 |
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); |