fix: mix using signed and unsigned.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I721399ad5bf41249fe12dbd5ea91b8a0eea95d6a
This commit is contained in:
yudechen
2022-08-08 10:49:11 +08:00
parent d5a9ef1267
commit 66a0eddcac
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ HWTEST_F(SyscapCodecTest, ComparePcidString, TestSize.Level1)
const char rpcidString[] = "33588992,1766370052,65536,276824064,0,0,0,0,0,0,"\
"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"\
"SystemCapability.vendor.xxxxx1,SystemCapability.device.xxxxx2";
const char expect[][256] = {"SystemCapability.HiviewDFX.HiChecker",
"SystemCapability.HiviewDFX.HiProfiler.HiDebug",
const char expect[][256] = {"SystemCapability.Graphic.Wms",
"SystemCapability.HiviewDFX.HiLog",
"SystemCapability.vendor.xxxxx1",
"SystemCapability.device.xxxxx2"};
int32_t ret = ComparePcidString(pcidString, rpcidString, &result);