summaryrefslogtreecommitdiff
path: root/tests/OS_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-06-20 18:50:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-06-20 18:50:22 +0000
commit276deffab64de47113a5c215709b51de78301281 (patch)
treea56dee2fd82c0ddda8464623a26a4b64dc6158f1 /tests/OS_Test.cpp
parent62fab3eedbdfa87952f9e3283d7a579ccd14ab24 (diff)
downloadATCD-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.cpp1
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),