Skip to content

Commit 91f161b

Browse files
committed
fix cherry-pick typo: token order
1 parent 0f943c8 commit 91f161b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/unittests/Lex/LexHLSLRootSignatureTest.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ TEST_F(LexHLSLRootSignatureTest, ValidLexAllTokensTest) {
136136
space visibility flags
137137
numDescriptors offset
138138
139-
addressU addressV addressW
140-
mipLODBias maxAnisotropy
141-
comparisonFunc borderColor
139+
mipLODBias addressU addressV addressW
140+
maxAnisotropy comparisonFunc borderColor
142141
minLOD maxLOD
143142
144143
unbounded

0 commit comments

Comments
 (0)