Skip to content

Commit

Permalink
fix test for focal
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed Mar 2, 2024
1 parent eac2ef0 commit 8ea66e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/src/AssimpLoader_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 8ea66e1

Please sign in to comment.