We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac36a79 commit ee98b2eCopy full SHA for ee98b2e
tools/clang/unittests/HLSL/DxilContainerTest.cpp
@@ -599,7 +599,7 @@ class DxilContainerTest : public ::testing::Test {
599
VERIFY_SUCCEEDED(pDxcResult->GetOutput(
600
DXC_OUT_SHADER_HASH, IID_PPV_ARGS(&pHashBlob), nullptr));
601
std::string hashFromResult = RetrieveHashFromBlob(pHashBlob);
602
- VERIFY_ARE_EQUAL(hashFromPart, hashFromPart);
+ VERIFY_ARE_EQUAL(hashFromPart, hashFromResult);
603
}
604
605
return hashFromPart;
0 commit comments