From 22e12102961670d0e4c79a1302bb1e0b78654a7c Mon Sep 17 00:00:00 2001 From: liuhaonan2 Date: Tue, 29 Nov 2022 09:32:30 +0800 Subject: [PATCH] Signed-off-by: liuhaonan2 --- msdp/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/msdp/BUILD.gn b/msdp/BUILD.gn index 4207cd91f..9a3222fdf 100644 --- a/msdp/BUILD.gn +++ b/msdp/BUILD.gn @@ -15,8 +15,6 @@ group("msdp") { testonly = true if (is_standard_system) { - deps = [ - "msdpdevicestatus:msdp_devicestatus_test", - ] + deps = [ "msdpdevicestatus:msdp_devicestatus_test" ] } } -- GitLab