summaryrefslogtreecommitdiff
path: root/tests/Map_Manager_Test.cpp
diff options
context:
space:
mode:
authormjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-02 02:54:19 +0000
committermjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-02 02:54:19 +0000
commitff8af837b0a7ec7238c6b04869deac6a8ab46299 (patch)
tree25ed894e7b3942fe7ae43154e31ae00d23dd6484 /tests/Map_Manager_Test.cpp
parent636388f05e82431373f8914e594a1a2289555f98 (diff)
downloadATCD-ff8af837b0a7ec7238c6b04869deac6a8ab46299.tar.gz
See Thu Jul 1 21:49:39 1999 Matthew J Braun <mjb2@cs.wustl.edu>
Diffstat (limited to 'tests/Map_Manager_Test.cpp')
-rw-r--r--tests/Map_Manager_Test.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Map_Manager_Test.cpp b/tests/Map_Manager_Test.cpp
index d73bf26a6e3..69ca50608fb 100644
--- a/tests/Map_Manager_Test.cpp
+++ b/tests/Map_Manager_Test.cpp
@@ -843,10 +843,12 @@ run_test (void (*ptf) (size_t, size_t, int),
if (test_iterators)
test_iterators_string =
- ASYS_TEXT ("includes executing iterators");
+ ASYS_TEXT (ACE_const_cast (char*,
+ "includes executing iterators"));
else
test_iterators_string =
- ASYS_TEXT ("doesn't include executing iterators");
+ ASYS_TEXT (ACE_const_cast (char*,
+ "doesn't include executing iterators"));
ACE_DEBUG ((LM_DEBUG,
ASYS_TEXT ("time to test a map of size %d for %d iterations using %s (%s)\n"),