Update utBaseProcess.cpp

pull/4705/head
Kim Kulling 2022-08-30 20:54:23 +02:00 committed by GitHub
parent 25d7510b8c
commit fbb69df8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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());