From 67530f7bd1e835346f7c9e3dfaa5d3237c71747b Mon Sep 17 00:00:00 2001 From: meimeng Date: Thu, 30 Jun 2022 12:07:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20distributed=5Fschedule=5Flite/system?= =?UTF-8?q?=5Fability=5Fmanager=5Fposix/src/CommonTest.cpp.=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E5=8F=98=E9=87=8F=20=20Signed-off-b?= =?UTF-8?q?y:=20meimeng=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system_ability_manager_posix/src/CommonTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/distributed_schedule_lite/system_ability_manager_posix/src/CommonTest.cpp b/distributed_schedule_lite/system_ability_manager_posix/src/CommonTest.cpp index f3775d0b5..029219ed4 100755 --- a/distributed_schedule_lite/system_ability_manager_posix/src/CommonTest.cpp +++ b/distributed_schedule_lite/system_ability_manager_posix/src/CommonTest.cpp @@ -18,7 +18,6 @@ #include "utils/SamgrTestBase.h" const int RUN_TIMES = 10; -const int THREAD_NUM = 2; using namespace testing::ext; -- GitLab