Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
bob80905 committed Jan 21, 2025
1 parent 9194c53 commit 2461915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang/unittests/HLSL/ValidationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ TEST_F(ValidationTest, ValidationFailNoHash) {
VERIFY_IS_NOT_NULL(pHeader);

BYTE ZeroHash[DxilContainerHashSize] = {0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0};
0, 0, 0, 0, 0, 0, 0, 0};

// Should be equal, this proves the hash isn't written when validation fails
VERIFY_ARE_EQUAL(memcmp(ZeroHash, pHeader->Hash.Digest, sizeof(ZeroHash)), 0);
Expand Down

0 comments on commit 2461915

Please sign in to comment.