mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14024 from TheCodez/fix_refptr_testcase
Fix : RefPtr test wasn't executed even in debug build
This commit is contained in:
commit
0af7f29cfd
|
@ -6,7 +6,7 @@ void RefPtrTest::onEnter()
|
|||
{
|
||||
UnitTestDemo::onEnter();
|
||||
|
||||
#if DEBUG
|
||||
#if (defined(COCOS2D_DEBUG) && COCOS2D_DEBUG > 0)
|
||||
// TEST(constructors)
|
||||
{
|
||||
// Default constructor
|
||||
|
|
Loading…
Reference in New Issue