From 93736d416ad6b16ea9dc7532bd721b6675bf4de2 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 27 Oct 2022 12:53:30 +0000 Subject: [PATCH] [gn build] Port 17059753f133 --- llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn index 688f8f6..a664d8b 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn @@ -11,6 +11,7 @@ unittest("FormatTests") { "//llvm/lib/Support", ] sources = [ + "BracesInserterTest.cpp", "CleanupTest.cpp", "DefinitionBlockSeparatorTest.cpp", "FormatTest.cpp", -- 2.7.4