[llvm] d437f59 - [gn build] Port 30ea3fcc4c69

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 23:47:23 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-10-29T06:45:02Z
New Revision: d437f59f21e84bc86285e34feed833fe523b282a

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

LOG: [gn build] Port 30ea3fcc4c69

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 a664d8b3853ab..ef77e7e02b9f0 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -12,6 +12,7 @@ unittest("FormatTests") {
   ]
   sources = [
     "BracesInserterTest.cpp",
+    "BracesRemoverTest.cpp",
     "CleanupTest.cpp",
     "DefinitionBlockSeparatorTest.cpp",
     "FormatTest.cpp",


        


More information about the llvm-commits mailing list