Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 18, 2023
1 parent 78171c4 commit 26c5dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXTest/MaterialXGenGlsl/GenGlsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ TEST_CASE("GenShader: Bind Light Shaders", "[genglsl]")
REQUIRE_NOTHROW(mx::HwShaderGenerator::bindLightShader(*spotLightShader, 66, context));
}

TEST_CASE("GenShader: Performance Test, "[genglsl]")
TEST_CASE("GenShader: Performance Test", "[genglsl]")
{
#ifdef MATERIALX_DYNAMIC_ANALYSIS
SUCCEED("Skipping performance test in dynamic analysis build");
Expand Down

0 comments on commit 26c5dfe

Please sign in to comment.