Skip to content

Commit 17a66ea

Browse files
committed
[clang-format][NFC] Rename a unit test
1 parent 3834c54 commit 17a66ea

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
@@ -4159,7 +4159,7 @@ TEST_F(TokenAnnotatorTest, LineCommentTrailingBackslash) {
41594159
EXPECT_TOKEN(Tokens[1], tok::comment, TT_LineComment);
41604160
}
41614161

4162-
TEST_F(TokenAnnotatorTest, KeywordedFunctionLikeMacro) {
4162+
TEST_F(TokenAnnotatorTest, QtProperty) {
41634163
auto Style = getLLVMStyle();
41644164
Style.AllowBreakBeforeQtProperty = true;
41654165

0 commit comments

Comments
 (0)