Skip to content

Commit c576a4c

Browse files
committed
nfc, rebase: update newly added tests
1 parent 63e0409 commit c576a4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidRootElementMissingCommaTest) {
12531253
TrivialModuleLoader ModLoader;
12541254
auto PP = createPP(Source, ModLoader);
12551255

1256-
SmallVector<RootElement> Elements;
1256+
SmallVector<RootSignatureElement> Elements;
12571257
hlsl::RootSignatureParser Parser(RootSignatureVersion::V1_1, Elements,
12581258
Signature, *PP);
12591259

@@ -1280,7 +1280,7 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidDescriptorTableMissingCommaTest) {
12801280
TrivialModuleLoader ModLoader;
12811281
auto PP = createPP(Source, ModLoader);
12821282

1283-
SmallVector<RootElement> Elements;
1283+
SmallVector<RootSignatureElement> Elements;
12841284
hlsl::RootSignatureParser Parser(RootSignatureVersion::V1_1, Elements,
12851285
Signature, *PP);
12861286

@@ -1307,7 +1307,7 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidRootConstantParamsCommaTest) {
13071307
TrivialModuleLoader ModLoader;
13081308
auto PP = createPP(Source, ModLoader);
13091309

1310-
SmallVector<RootElement> Elements;
1310+
SmallVector<RootSignatureElement> Elements;
13111311
hlsl::RootSignatureParser Parser(RootSignatureVersion::V1_1, Elements,
13121312
Signature, *PP);
13131313

@@ -1334,7 +1334,7 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidRootDescriptorParamsCommaTest) {
13341334
TrivialModuleLoader ModLoader;
13351335
auto PP = createPP(Source, ModLoader);
13361336

1337-
SmallVector<RootElement> Elements;
1337+
SmallVector<RootSignatureElement> Elements;
13381338
hlsl::RootSignatureParser Parser(RootSignatureVersion::V1_1, Elements,
13391339
Signature, *PP);
13401340

@@ -1363,7 +1363,7 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidDescriptorClauseParamsCommaTest) {
13631363
TrivialModuleLoader ModLoader;
13641364
auto PP = createPP(Source, ModLoader);
13651365

1366-
SmallVector<RootElement> Elements;
1366+
SmallVector<RootSignatureElement> Elements;
13671367
hlsl::RootSignatureParser Parser(RootSignatureVersion::V1_1, Elements,
13681368
Signature, *PP);
13691369

@@ -1390,7 +1390,7 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidStaticSamplerCommaTest) {
13901390
TrivialModuleLoader ModLoader;
13911391
auto PP = createPP(Source, ModLoader);
13921392

1393-
SmallVector<RootElement> Elements;
1393+
SmallVector<RootSignatureElement> Elements;
13941394
hlsl::RootSignatureParser Parser(RootSignatureVersion::V1_1, Elements,
13951395
Signature, *PP);
13961396

0 commit comments

Comments
 (0)