summaryrefslogtreecommitdiff
path: root/tests/Map_Manager_Test.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-03 00:26:10 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-03 00:26:10 +0000
commitbf2e81e907c9622b25427ea0994ce50f53df5234 (patch)
tree270641b58763c7589cb13794fb68365c1b1fb4ad /tests/Map_Manager_Test.cpp
parent69806bfdc8e4447d6e1d68373eeab01257629934 (diff)
downloadATCD-bf2e81e907c9622b25427ea0994ce50f53df5234.tar.gz
Fixed a typo.
Diffstat (limited to 'tests/Map_Manager_Test.cpp')
-rw-r--r--tests/Map_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Map_Manager_Test.cpp b/tests/Map_Manager_Test.cpp
index c0360927472..223d6832a59 100644
--- a/tests/Map_Manager_Test.cpp
+++ b/tests/Map_Manager_Test.cpp
@@ -129,7 +129,7 @@ test_map_manager (size_t table_size, size_t iterations)
for (i = 0; i < iterations; i++)
ACE_ASSERT (map.bind (i, i) != -1);
-#if defined (ACE_TEST_STL_ITERATOR_FUNCTIONS
+#if defined (ACE_TEST_STL_ITERATOR_FUNCTIONS)
{
ENTRY item;
for (MAP_MANAGER::iterator iter = map.begin ();