From bf2e81e907c9622b25427ea0994ce50f53df5234 Mon Sep 17 00:00:00 2001 From: nw1 Date: Sat, 3 Jan 1998 00:26:10 +0000 Subject: Fixed a typo. --- tests/Map_Manager_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- cgit v1.2.1