summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-06-24 14:05:03 +0000
committerSteve Huston <shuston@riverace.com>2006-06-24 14:05:03 +0000
commitddf03b3f5550d045946e2abab2efb8d24ab2c81d (patch)
tree6b03317e8145560aa963162afd85124074b76e6d /tests
parenta9c777664aa9b68bcbd408720fa6f7b0847deb73 (diff)
downloadATCD-ddf03b3f5550d045946e2abab2efb8d24ab2c81d.tar.gz
ChangeLogTag:Sat Jun 24 14:02:15 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Hash_Map_Manager_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Hash_Map_Manager_Test.cpp b/tests/Hash_Map_Manager_Test.cpp
index f57d2580cce..fdb6604e5dd 100644
--- a/tests/Hash_Map_Manager_Test.cpp
+++ b/tests/Hash_Map_Manager_Test.cpp
@@ -158,8 +158,8 @@ int test_two_allocators ()
entry_alloc.pool_depth ()));
}
- ACE_TCHAR *key = ACE_TEXT("key");
- ACE_TCHAR *val = ACE_TEXT("value");
+ const ACE_TCHAR *key = ACE_TEXT ("key");
+ const ACE_TCHAR *val = ACE_TEXT ("value");
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("- Binding ('%s', '%s'), should fail...\n"),
key, val));