Skip to content

Commit 0aee7ff

Browse files
committed
nfc: formatting
1 parent 6e42757 commit 0aee7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/ExecutionTest_SER.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ void intersection()
24192419
VERIFY_ARE_EQUAL(Histo.size(), 4);
24202420
VERIFY_ARE_EQUAL(Histo[1], 1024); // nop
24212421
VERIFY_ARE_EQUAL(Histo[2], 2243); // miss
2422-
VERIFY_ARE_EQUAL(Histo[20], 16); // triangle hit
2422+
VERIFY_ARE_EQUAL(Histo[20], 16); // triangle hit
24232423
VERIFY_ARE_EQUAL(Histo[40], 813); // procedural hit
24242424
}
24252425

0 commit comments

Comments
 (0)