test: Modify index variable type of 'for'statement 77/317377/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250102.114456
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:49:06 +0000 (16:49 +0900)
commit6aa6aebb3900412754b3910af3589d83ca752bb7
treeeab19cfd5510cf9f086ed6c3efe65f1fb45e51b5
parente6886a2605411ddfd2d6133709b2fe5a4ea879ec
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