Skip to content

Commit 3499a53

Browse files
authored
Update TokenAnnotatorTest.cpp
1 parent ec8aadf commit 3499a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Format/TokenAnnotatorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4173,7 +4173,7 @@ TEST_F(TokenAnnotatorTest, ArrowAfterSubscript) {
41734173
EXPECT_TOKEN(Tokens[13], tok::arrow, TT_Unknown);
41744174
}
41754175

4176-
TEST_F(TokenAnnotatorTest, QtProperty) {
4176+
TEST_F(TokenAnnotatorTest, KeywordedFunctionLikeMacro) {
41774177
auto Style = getLLVMStyle();
41784178
Style.AllowBreakBeforeQtProperty = true;
41794179

0 commit comments

Comments
 (0)