From 8ea66e1336b5e0164b24769bc6adb8f3d0e34b3d Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Sat, 2 Mar 2024 00:27:46 +0000 Subject: [PATCH] fix test for focal Signed-off-by: Ian Chen --- graphics/src/AssimpLoader_TEST.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/src/AssimpLoader_TEST.cc b/graphics/src/AssimpLoader_TEST.cc index 3a42c0fc..6be2e579 100644 --- a/graphics/src/AssimpLoader_TEST.cc +++ b/graphics/src/AssimpLoader_TEST.cc @@ -669,7 +669,7 @@ TEST_F(AssimpLoader, LoadGlTF2BoxExternalTexture) // Open a gltf mesh with transmission extension TEST_F(AssimpLoader, LoadGlTF2BoxTransmission) { -#ifdef GZ_ASSIMP_PRE_5_1_0 +#ifndef GZ_ASSIMP_PRE_5_1_0 common::AssimpLoader loader; common::Mesh *mesh = loader.Load( common::testing::TestFile("data", "box_transmission.glb"));