diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-05-02 17:34:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 17:34:34 -0400 |
commit | 10aa7f4254fd04c24f15f507188705146f92ee60 (patch) | |
tree | fdc08a1a4f8529a82e232a93cd691225c066b801 /indra/llprimitive/tests | |
parent | 079c6ab9aff777577e4786cd0cae3bb4983add91 (diff) | |
parent | 2c1647e84cfb3fd712f665cdc77a772deb80aff9 (diff) |
Merge pull request #1391 from secondlife/with-tests
Turn on LL_TESTS for CI builds.
Diffstat (limited to 'indra/llprimitive/tests')
-rw-r--r-- | indra/llprimitive/tests/llgltfmaterial_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/tests/llgltfmaterial_test.cpp b/indra/llprimitive/tests/llgltfmaterial_test.cpp index 88b6fae3a7..b56c9ab4f5 100644 --- a/indra/llprimitive/tests/llgltfmaterial_test.cpp +++ b/indra/llprimitive/tests/llgltfmaterial_test.cpp @@ -143,7 +143,7 @@ namespace tut #if LL_WINDOWS // If any fields are added/changed, these tests should be updated (consider also updating ASSET_VERSION in LLGLTFMaterial) // This test result will vary between compilers, so only test a single platform - ensure_equals("fields supported for GLTF (sizeof check)", sizeof(LLGLTFMaterial), 216); + ensure_equals("fields supported for GLTF (sizeof check)", sizeof(LLGLTFMaterial), 224); #endif #endif ensure_equals("LLGLTFMaterial texture info count", (U32)LLGLTFMaterial::GLTF_TEXTURE_INFO_COUNT, 4); |