diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-03-22 15:56:33 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-03-22 15:56:33 +0000 |
commit | 26e1844e6a62294bbfc1546963e064711262a885 (patch) | |
tree | 4ef476f2f497be7da7c3aa255bc5f8699cc31241 | |
parent | fa74dbd90320fd9d4ce4ee4142ab63a06c80a69e (diff) | |
download | bcm5719-llvm-26e1844e6a62294bbfc1546963e064711262a885.tar.gz bcm5719-llvm-26e1844e6a62294bbfc1546963e064711262a885.zip |
gn build: Merge r356662
llvm-svn: 356770
-rw-r--r-- | llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn index aaf990b485e..5125580aec7 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", |