We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e42757 commit 0aee7ffCopy full SHA for 0aee7ff
1 file changed
tools/clang/unittests/HLSLExec/ExecutionTest_SER.h
@@ -2419,7 +2419,7 @@ void intersection()
2419
VERIFY_ARE_EQUAL(Histo.size(), 4);
2420
VERIFY_ARE_EQUAL(Histo[1], 1024); // nop
2421
VERIFY_ARE_EQUAL(Histo[2], 2243); // miss
2422
- VERIFY_ARE_EQUAL(Histo[20], 16); // triangle hit
+ VERIFY_ARE_EQUAL(Histo[20], 16); // triangle hit
2423
VERIFY_ARE_EQUAL(Histo[40], 813); // procedural hit
2424
}
2425
0 commit comments