tests: Fix wrong array size for test pattern array initialization 65/299065/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 19 Sep 2023 05:31:42 +0000 (14:31 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 19 Sep 2023 05:55:38 +0000 (14:55 +0900)
commit7845d27f31f7a97f9ceb6b9f87bedf014a09e8bc
treebaab3c0c45df741d2386324541dcd3d5b2711a54
parent9a941fb3c150a0aa1c530b61204ba0eb36d9e483
tests: Fix wrong array size for test pattern array initialization

There are arrays which used for keeping enum id of supported/not supported patterns
in INIT_PATTERN_LIST() from tests.
However, arrays were being used inappropriately.
Therefore, arrays type and initialization size are fixed.

Change-Id: I1f8d3cb9a800414177572c9182f5a29843c12788
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
tests/test-feedback.c