diff options
| -rw-r--r-- | llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 1edceba4de2..d52d5860306 100644 --- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/llvm/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", |

