tests: Fix wrong array size for test pattern array initialization 73/299073/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 06:30:57 +0000 (15:30 +0900)
commita7bd9078a1ce45bf015cc2e597afb267a41a58c0
tree24f5289b5fa49e073ac7a251e0f007ff285d1c54
parentc9be19714587e5e66d7a31abc7be461850640399
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