From 3004e9f86b4ad549fc09f05f3d09169b1c1c3f66 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Fri, 9 Jun 2023 03:44:33 +0000 Subject: [PATCH] [gn build] Port 60eb1da31555 --- llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn index 41adc22f65c9..943840796a6a 100644 --- a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn @@ -19,5 +19,6 @@ unittest("SemaTests") { "ExternalSemaSourceTest.cpp", "GslOwnerPointerInference.cpp", "SemaLookupTest.cpp", + "SemaNoloadLookupTest.cpp", ] } -- 2.34.1