From 2b168b8db4074b3c29356fbf38a2573dd8801585 Mon Sep 17 00:00:00 2001 From: liuxiang Date: Fri, 29 Aug 2025 20:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuxiang --- .../screen_capture_impl_unittest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/screen_capture_impl_unittest/screen_capture_impl_unittest.cpp b/test/unittest/screen_capture_impl_unittest/screen_capture_impl_unittest.cpp index a77306a13..cfba6f5a6 100644 --- a/test/unittest/screen_capture_impl_unittest/screen_capture_impl_unittest.cpp +++ b/test/unittest/screen_capture_impl_unittest/screen_capture_impl_unittest.cpp @@ -30,6 +30,7 @@ void ScreenCaptureImplUnitTest::TearDownTestCase(void) {} void ScreenCaptureImplUnitTest::SetUp(void) { + // test screenCaptureImpl_ = std::make_shared(); } -- Gitee