mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 20:29:57 -04:00
change tdd test case.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I42563dce4a41bd0acf101f9876c1cfa0fec7a0fe
This commit is contained in:
@@ -10,7 +10,7 @@ int main()
|
||||
|
||||
for (size_t i = 0; i < size; i++) {
|
||||
if (g_arraySyscap[i].num != i) {
|
||||
printf("[Error]: %s -> num(%u) should be %lu.\n", g_arraySyscap[i].str, g_arraySyscap[i].num, i);
|
||||
printf("[Error][syscap_define.h]: %s -> num(%u) should be %lu.\n", g_arraySyscap[i].str, g_arraySyscap[i].num, i);
|
||||
flag++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user