From 50bc77c520924f7b78d5d1dd1502666531588073 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Mon, 29 Nov 2021 15:00:49 +0800 Subject: [PATCH] init: fix bugs Signed-off-by: xionglei6 --- test/unittest/param/selinux_unittest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unittest/param/selinux_unittest.cpp b/test/unittest/param/selinux_unittest.cpp index e6d98ce2..4b41eaa3 100755 --- a/test/unittest/param/selinux_unittest.cpp +++ b/test/unittest/param/selinux_unittest.cpp @@ -281,7 +281,7 @@ HWTEST_F(SelinuxUnitTest, TestSeliniuxLabelEncode, TestSize.Level0) { SelinuxUnitTest test; std::vector buffer; - ParamSecurityLabel * = nullptr; + ParamSecurityLabel *label = nullptr; test.TestEncode(label, buffer); test.TestDecode(label, buffer); -} \ No newline at end of file +} -- GitLab