From 04a3f3f167dbf90fb11524c00af5313c2b135ad3 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 14 Apr 2022 09:08:24 +0000 Subject: [PATCH] [gn build] Port 6ba1b9075dc1 --- llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 803b9eb7eb105..aa4f15a33230a 100644 --- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn @@ -40,6 +40,7 @@ unittest("ASTTests") { "SourceLocationTest.cpp", "StmtPrinterTest.cpp", "StructuralEquivalenceTest.cpp", + "TemplateNameTest.cpp", "TypePrinterTest.cpp", ] }