Explorar el Código

Update utBaseProcess.cpp

Kim Kulling hace 3 años
padre
commit
fbb69df8be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/unit/Common/utBaseProcess.cpp

+ 1 - 1
test/unit/Common/utBaseProcess.cpp

@@ -101,7 +101,7 @@ TEST_F( BaseProcessTest, constructTest ) {
 TEST_F( BaseProcessTest, executeOnSceneTest ) {
     TestingBaseProcess process;
     process.ExecuteOnScene(nullptr);
-#ifdef DEBUG
+#ifdef ASSIMP_BUILD_DEBUG
     EXPECT_TRUE(BaseProcessTest::handlerWasCalled());
 #else
     EXPECT_FALSE(BaseProcessTest::handlerWasCalled());