From 581b77b3e9be79e64df83bd9ce165c16fcf9c261 Mon Sep 17 00:00:00 2001 From: GN Sync Bot Date: Mon, 23 Sep 2019 11:08:25 +0000 Subject: [PATCH] gn build: Merge r372564 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372581 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 ef23de0ac27..06b28de3927 100644 --- a/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/utils/gn/secondary/clang/unittests/AST/BUILD.gn @@ -15,6 +15,7 @@ unittest("ASTTests") { "ASTContextParentMapTest.cpp", "ASTImporterFixtures.cpp", "ASTImporterGenericRedeclTest.cpp", + "ASTImporterODRStrategiesTest.cpp", "ASTImporterTest.cpp", "ASTImporterVisibilityTest.cpp", "ASTTraverserTest.cpp", -- 2.50.1