From 8366bc6963d9e502e4515115b42670995aa64746 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 20 May 2019 00:51:16 +0000 Subject: [PATCH] gn build: Merge r361117 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361121 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