From b246bea921ae09c6f6a1d8c4fee7229a24990027 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 18 Aug 2020 09:10:43 +0000 Subject: [PATCH] [gn build] Port 00d7b7d014f --- llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn index c807389..6f3b5d4 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn @@ -43,6 +43,7 @@ unittest("ToolingTests") { "RecursiveASTVisitorTests/CXXOperatorCallExprTraverser.cpp", "RecursiveASTVisitorTests/Callbacks.cpp", "RecursiveASTVisitorTests/Class.cpp", + "RecursiveASTVisitorTests/Concept.cpp", "RecursiveASTVisitorTests/ConstructExpr.cpp", "RecursiveASTVisitorTests/DeclRefExpr.cpp", "RecursiveASTVisitorTests/ImplicitCtor.cpp", -- 2.7.4