diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-14 17:59:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-14 17:59:32 +0000 |
commit | b6bc2bf83c257842ccac2ec26d472987600ddc63 (patch) | |
tree | b03bb0b282492512c31ee93c0b6baf3056bc1bda /tests | |
parent | dc620f8dce89bea720144357da2d8702a2cdb633 (diff) | |
download | ATCD-b6bc2bf83c257842ccac2ec26d472987600ddc63.tar.gz |
*** empty log message ***
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 2bb411b546f..78783dfb27a 100644 --- a/tests/Hash_Map_Manager_Test.cpp +++ b/tests/Hash_Map_Manager_Test.cpp @@ -182,8 +182,8 @@ static String_Table string_table[] = } }; -static const int STRING_TABLE_SIZE = 3; -static const int MAX_HASH = 6; +static const size_t STRING_TABLE_SIZE = 3; +static const size_t MAX_HASH = 6; // @@ The following requires too much internal implementation // information about the <ACE_Hash_Map_Manager>. We need to figure |