From 4d0d5cf124232174e6e0784c12ddec16c74f2889 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sat, 26 Jun 2021 14:20:52 +0000 Subject: [PATCH] [gn build] Port 8b7881a084d0 --- 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 b5f50a62cc2..b5632ce40b5 100644 --- a/utils/gn/secondary/clang/unittests/Format/BUILD.gn +++ b/utils/gn/secondary/clang/unittests/Format/BUILD.gn @@ -17,6 +17,7 @@ unittest("FormatTests") { "FormatTestComments.cpp", "FormatTestJS.cpp", "FormatTestJava.cpp", + "FormatTestJson.cpp", "FormatTestObjC.cpp", "FormatTestProto.cpp", "FormatTestRawStrings.cpp",