diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-20 18:50:22 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-20 18:50:22 +0000 |
commit | 276deffab64de47113a5c215709b51de78301281 (patch) | |
tree | a56dee2fd82c0ddda8464623a26a4b64dc6158f1 /tests/OS_Test.cpp | |
parent | 62fab3eedbdfa87952f9e3283d7a579ccd14ab24 (diff) | |
download | ATCD-276deffab64de47113a5c215709b51de78301281.tar.gz |
ChangeLogTag:Thu Jun 20 13:37:55 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'tests/OS_Test.cpp')
-rw-r--r-- | tests/OS_Test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/OS_Test.cpp b/tests/OS_Test.cpp index e1cf494af22..243f40ce846 100644 --- a/tests/OS_Test.cpp +++ b/tests/OS_Test.cpp @@ -199,7 +199,6 @@ string_emulation_test (void) char strtok_r1[] = "A string of tokens"; char *strtok_r2; - ACE_ASSERT (ACE_OS_String::strcmp (ACE_OS_String::strtok_r (strtok_r1, " ", &strtok_r2), |