test: Modify index variable type of 'for'statement 78/317378/1 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20250102.161033 accepted/tizen/unified/x/20250102.211300 accepted/tizen/unified/x/asan/20250113.002030
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 31 Dec 2024 07:46:02 +0000 (16:46 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Tue, 31 Dec 2024 07:46:02 +0000 (16:46 +0900)
commitec7c016af1b7ddc444a9b508d8ce846312c94c47
tree43c14ef54c5a986125a517a70f7532f5f6570399
parentb9d2e3669efb8210f301b44327c75249a0662488
test: Modify index variable type of 'for'statement

In the for statement, index variable is compared with 'n' and its type
is size_t. Thus, to make this comparison properly, the type of index is
modified as size_t.

Change-Id: I01b7cc1ac533dd215a21bc954a589b582e45356d
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
test/peripheral-io-test.c