Skip to content

Commit 9ad204f

Browse files
owencamahesh-attarde
authored andcommitted
[clang-format][NFC] Rename a unit test
1 parent 34d58d2 commit 9ad204f

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)