aboutsummaryrefslogtreecommitdiff
path: root/EASTL/test/source/TestIntrusiveHash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'EASTL/test/source/TestIntrusiveHash.cpp')
-rw-r--r--EASTL/test/source/TestIntrusiveHash.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/EASTL/test/source/TestIntrusiveHash.cpp b/EASTL/test/source/TestIntrusiveHash.cpp
index 4fd8215..f089aab 100644
--- a/EASTL/test/source/TestIntrusiveHash.cpp
+++ b/EASTL/test/source/TestIntrusiveHash.cpp
@@ -617,6 +617,12 @@ int TestIntrusiveHash()
itfc = ihmMW1Const.find_as(7.f);
VERIFY(itfc->mKey == 7);
+
+ itf = ihmMW1.find_as(8);
+ VERIFY(itf->mKey == 8);
+
+ itfc = ihmMW1Const.find_as(8);
+ VERIFY(itfc->mKey == 8);
// iterator find_as(const U& u, UHash uhash, BinaryPredicate predicate);