From 26e1844e6a62294bbfc1546963e064711262a885 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 llvm-svn: 356770 --- 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 aaf990b..5125580 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn +++ b/llvm/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.7.4