Author: Owen Pan Date: 2025-09-27T12:17:39-07:00 New Revision: 17a66ea68d787e0938fdcc9535ca80029c88a210
URL: https://github.com/llvm/llvm-project/commit/17a66ea68d787e0938fdcc9535ca80029c88a210 DIFF: https://github.com/llvm/llvm-project/commit/17a66ea68d787e0938fdcc9535ca80029c88a210.diff LOG: [clang-format][NFC] Rename a unit test Added: Modified: clang/unittests/Format/TokenAnnotatorTest.cpp Removed: ################################################################################ diff --git a/clang/unittests/Format/TokenAnnotatorTest.cpp b/clang/unittests/Format/TokenAnnotatorTest.cpp index 4c43a963632a6..899cc47f8213f 100644 --- a/clang/unittests/Format/TokenAnnotatorTest.cpp +++ b/clang/unittests/Format/TokenAnnotatorTest.cpp @@ -4159,7 +4159,7 @@ TEST_F(TokenAnnotatorTest, LineCommentTrailingBackslash) { EXPECT_TOKEN(Tokens[1], tok::comment, TT_LineComment); } -TEST_F(TokenAnnotatorTest, KeywordedFunctionLikeMacro) { +TEST_F(TokenAnnotatorTest, QtProperty) { auto Style = getLLVMStyle(); Style.AllowBreakBeforeQtProperty = true; _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
