summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
index 2c9e8945fca..1e51037478b 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
@@ -15,5 +15,6 @@ unittest("SemaTests") {
sources = [
"CodeCompleteTest.cpp",
"ExternalSemaSourceTest.cpp",
+ "GslOwnerPointerInference.cpp",
]
}
OpenPOWER on IntegriCloud