mirror of https://github.com/axmolengine/axmol.git
Don't test Map<K,V>::bucketCount since it's platform dependence.
This commit is contained in:
parent
d9e79b4ec5
commit
c40cedc804
|
@ -343,9 +343,6 @@ void TemplateMapTest::onEnter()
|
|||
Map<std::string, Node*> map1;
|
||||
CCASSERT(map1.empty(), "");
|
||||
CCASSERT(map1.size() == 0, "");
|
||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_WIN32)
|
||||
CCASSERT(map1.bucketCount() == 0, "");
|
||||
#endif
|
||||
CCASSERT(map1.keys().empty(), "");
|
||||
CCASSERT(map1.keys(Node::create()).empty(), "");
|
||||
|
||||
|
|
Loading…
Reference in New Issue