浏览代码

Update utBaseProcess.cpp

Kim Kulling 3 年之前
父节点
当前提交
fbb69df8be
共有 1 个文件被更改,包括 1 次插入1 次删除
  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());