Home
last modified time | relevance | path

Searched refs:expected_other_array (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/json/src/
Dmain.c323 const int expected_other_array[] = { 2, 3, 5, 7 }; in ZTEST() local
360 zassert_true(!memcmp(ts.another_array, expected_other_array, in ZTEST()
361 sizeof(expected_other_array)), in ZTEST()