From 1ec726f954de6475dbcd996e1df65532473c6c7a Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 5 Nov 2020 15:11:13 +0000 Subject: [PATCH] [gn build] Port 659f4bd87ef --- llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn index 14cf53a..1b1a894 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn @@ -22,5 +22,6 @@ unittest("FrontendTests") { "OutputStreamTest.cpp", "PCHPreambleTest.cpp", "ParsedSourceLocationTest.cpp", + "TextDiagnosticTest.cpp", ] } -- 2.7.4