diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hash.cpp b/src/tests/hash.cpp index f9a8f12..a7f0a57 100644 --- a/src/tests/hash.cpp +++ b/src/tests/hash.cpp | |||
@@ -80,7 +80,7 @@ int main() | |||
80 | 80 | ||
81 | for( int j = 0; j < 33; j++ ) | 81 | for( int j = 0; j < 33; j++ ) |
82 | { | 82 | { |
83 | if( sTest[names[j]].isFilled() ) | 83 | if( sTest.has(names[j]) ) |
84 | { | 84 | { |
85 | if( sTest[names[j]] != j ) | 85 | if( sTest[names[j]] != j ) |
86 | { | 86 | { |