[llvm] 33eee54 - [gn build] Port f8d10d5ac9ab

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 06:08:21 PST 2023


Author: LLVM GN Syncbot
Date: 2023-03-01T14:01:57Z
New Revision: 33eee5418b8b2e16902423230cce50ed57e6cc2b

URL: https://github.com/llvm/llvm-project/commit/33eee5418b8b2e16902423230cce50ed57e6cc2b
DIFF: https://github.com/llvm/llvm-project/commit/33eee5418b8b2e16902423230cce50ed57e6cc2b.diff

LOG: [gn build] Port f8d10d5ac9ab

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index d97d31be3c9f8..18c817181d8a8 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -16,12 +16,14 @@ unittest("FormatTests") {
     "CleanupTest.cpp",
     "ConfigParseTest.cpp",
     "DefinitionBlockSeparatorTest.cpp",
+    "FormatReplacementTest.cpp",
     "FormatTest.cpp",
     "FormatTestCSharp.cpp",
     "FormatTestComments.cpp",
     "FormatTestJS.cpp",
     "FormatTestJava.cpp",
     "FormatTestJson.cpp",
+    "FormatTestMacroExpansion.cpp",
     "FormatTestObjC.cpp",
     "FormatTestProto.cpp",
     "FormatTestRawStrings.cpp",


        


More information about the llvm-commits mailing list