Merge pull request #14024 from TheCodez/fix_refptr_testcase

Fix : RefPtr test wasn't executed even in debug build
This commit is contained in:
pandamicro 2015-09-27 23:16:27 +08:00
commit 0af7f29cfd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ void RefPtrTest::onEnter()
{
UnitTestDemo::onEnter();
#if DEBUG
#if (defined(COCOS2D_DEBUG) && COCOS2D_DEBUG > 0)
// TEST(constructors)
{
// Default constructor