Skip to content

Commit f417057

Browse files
committed
self review: fix typo
1 parent a8c6a63 commit f417057

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
@@ -692,7 +692,7 @@ TEST_F(ParseHLSLRootSignatureTest, ValidVersion10Test) {
692692

693693
TEST_F(ParseHLSLRootSignatureTest, ValidVersion11Test) {
694694
// This test checks that the default values are set correctly
695-
// when parsing with root signature version 1.0
695+
// when parsing with root signature version 1.1
696696
const llvm::StringLiteral Source = R"cc(
697697
CBV(b0),
698698
SRV(t0),

0 commit comments

Comments
 (0)