From acc51d2e448e06a9924a5feb95ae253c7e1f1258 Mon Sep 17 00:00:00 2001 From: yangjun Date: Sat, 6 Sep 2025 10:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=90=8C=E6=AD=A5=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E9=97=AE=E9=A2=98=E5=8F=8A=E7=BB=9D=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=BC=96=E8=AF=91=E5=91=8A=E8=AD=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangjun --- test/bechmarktest/notification_services_test/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/test/bechmarktest/notification_services_test/BUILD.gn b/test/bechmarktest/notification_services_test/BUILD.gn index 96f122966..6f1ebefe5 100644 --- a/test/bechmarktest/notification_services_test/BUILD.gn +++ b/test/bechmarktest/notification_services_test/BUILD.gn @@ -64,7 +64,6 @@ group("benchmarktest") { deps = [] deps += [ - # deps file ":Benchmark_Notification_Servece_Test", ] } -- Gitee