From bf41b04739e3467ae1e16fab6b7ba972a2a89831 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 22 Mar 2019 15:56:33 +0000 Subject: [PATCH] gn build: Merge r356662 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356770 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/clang/unittests/Format/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/utils/gn/secondary/clang/unittests/Format/BUILD.gn index aaf990b485e..5125580aec7 100644 --- a/utils/gn/secondary/clang/unittests/Format/BUILD.gn +++ b/utils/gn/secondary/clang/unittests/Format/BUILD.gn @@ -13,6 +13,7 @@ unittest("FormatTests") { sources = [ "CleanupTest.cpp", "FormatTest.cpp", + "FormatTestCSharp.cpp", "FormatTestComments.cpp", "FormatTestJS.cpp", "FormatTestJava.cpp", -- 2.50.1