From d31ae078dd2c93cb9edda9c8645e5ad2a2af24cb Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 17 May 2019 17:36:06 +0000 Subject: [PATCH] gn build: Merge r361033 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361055 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/clang/unittests/AST/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 1edceba4de2..d52d5860306 100644 --- a/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/utils/gn/secondary/clang/unittests/AST/BUILD.gn @@ -17,6 +17,7 @@ unittest("ASTTests") { "ASTImporterGenericRedeclTest.cpp", "ASTImporterTest.cpp", "ASTImporterVisibilityTest.cpp", + "ASTTraverserTest.cpp", "ASTTypeTraitsTest.cpp", "ASTVectorTest.cpp", "CommentLexer.cpp", -- 2.50.1