[llvm] 2107e4b - [gn build] Port 850325348ae

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 05:22:09 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-10-27T12:17:41Z
New Revision: 2107e4b10ea5010019ed4e57989ec7cbe84dadc0

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

LOG: [gn build] Port 850325348ae

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 6a7ea2487a92..b5f50a62cc22 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -28,6 +28,7 @@ unittest("FormatTests") {
     "SortImportsTestJS.cpp",
     "SortImportsTestJava.cpp",
     "SortIncludesTest.cpp",
+    "TokenAnnotatorTest.cpp",
     "UsingDeclarationsSorterTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list