diff options
author | Steve Huston <shuston@riverace.com> | 2006-06-24 14:05:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2006-06-24 14:05:03 +0000 |
commit | ddf03b3f5550d045946e2abab2efb8d24ab2c81d (patch) | |
tree | 6b03317e8145560aa963162afd85124074b76e6d /tests | |
parent | a9c777664aa9b68bcbd408720fa6f7b0847deb73 (diff) | |
download | ATCD-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.cpp | 4 |
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)); |