Skip to content

Commit

Permalink
Fix wrong debug check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodez committed Sep 26, 2015
1 parent 72483eb commit 744b7f5
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 744b7f5

Please sign in to comment.