From 07d50ef4a3949f77f8d266650330e7ff576945a2 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 22 Nov 2024 17:38:17 +0300 Subject: [PATCH] [sw] Fix build. --- sw.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sw.cpp b/sw.cpp index d006126b..e989e6e8 100644 --- a/sw.cpp +++ b/sw.cpp @@ -334,8 +334,7 @@ void build(Solution &s) auto &tw = add_test("tatweel"); tw += "unittest/util/.*"_rr; - tw += "unittest/third_party/.*"_rr; - tw -= "unittest/third_party/googletest/.*"_rr; + tw += "unittest/third_party/utf/.*"_rr; } }