Skip to content

Commit 1b1c37d

Browse files
committed
fix test
1 parent 79e9564 commit 1b1c37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ TEST(HLSLRootSignatureTest, DefaultStaticSamplerDump) {
267267
"maxLOD = 3.402823e+38, "
268268
"space = 0, "
269269
"visibility = All, "
270-
"flags = 0x0"
270+
"flags = None"
271271
")";
272272
EXPECT_EQ(Out, Expected);
273273
}
@@ -308,7 +308,7 @@ TEST(HLSLRootSignatureTest, DefinedStaticSamplerDump) {
308308
"maxLOD = 3.200000e+01, "
309309
"space = 7, "
310310
"visibility = Domain, "
311-
"flags = 0x2"
311+
"flags = NonNormalizedCoordinates"
312312
")";
313313
EXPECT_EQ(Out, Expected);
314314
}

0 commit comments

Comments
 (0)