Skip to content

Commit

Permalink
Merge pull request cocos2d#14024 from TheCodez/fix_refptr_testcase
Browse files Browse the repository at this point in the history
Fix : RefPtr test wasn't executed even in debug build
  • Loading branch information
pandamicro committed Sep 27, 2015
2 parents 17c78ad + 744b7f5 commit 0af7f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp-tests/Classes/UnitTest/RefPtrTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ void RefPtrTest::onEnter()
{
UnitTestDemo::onEnter();

#if DEBUG
#if (defined(COCOS2D_DEBUG) && COCOS2D_DEBUG > 0)
// TEST(constructors)
{
// Default constructor
Expand Down

0 comments on commit 0af7f29

Please sign in to comment.