Skip to content

Commit 4c45a13

Browse files
committed
self review: fix typo
1 parent e616dde commit 4c45a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ TEST_F(ParseHLSLRootSignatureTest, ValidVersion10Test) {
714714

715715
TEST_F(ParseHLSLRootSignatureTest, ValidVersion11Test) {
716716
// This test checks that the default values are set correctly
717-
// when parsing with root signature version 1.0
717+
// when parsing with root signature version 1.1
718718
const llvm::StringLiteral Source = R"cc(
719719
CBV(b0),
720720
SRV(t0),

0 commit comments

Comments
 (0)