Skip to content

Commit b733ee9

Browse files
authored
self-review: fix typo
1 parent 5b52f53 commit b733ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ TEST(HLSLRootSignatureTest, AllRootFlagsDump) {
302302

303303
std::string Out;
304304
llvm::raw_string_ostream OS(Out);
305-
OS << ValidFlags;
305+
OS << ValidRootFlags;
306306
OS.flush();
307307

308308
std::string Expected = "RootFlags("

0 commit comments

Comments
 (0)