Skip to content

Commit 91d9b64

Browse files
authored
Fix AtomicsShared64 ExecutionTest (microsoft#4303)
The test was assigning a pixel shader that didn't exist due to the conversion of mistaken code that was harmless in the previous form, but results in an error message in the new.
1 parent ccdc39f commit 91d9b64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/clang/unittests/HLSL/ExecutionTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9371,7 +9371,6 @@ TEST_F(ExecutionTest, AtomicsShared64Test) {
93719371
// Reassign shader stages to 64-bit versions
93729372
// Collect 64-bit shaders
93739373
pShaderOp->CS = pShaderOp->GetString("CSSH64");
9374-
pShaderOp->PS = pShaderOp->GetString("PS64");
93759374
pShaderOp->AS = pShaderOp->GetString("ASSH64");
93769375
pShaderOp->MS = pShaderOp->GetString("MSSH64");
93779376

0 commit comments

Comments
 (0)