mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
When CONFIG_ZTEST_SHUFFLE is enabled and ASSERTS are disabled `start_pos` becomes an unused variable leading to a compile error. Cleaned-up shuffling algorithm to not need a `start_pos` check. Signed-off-by: Al Semjonovs <asemjonovs@google.com>