On Mon Mar 10 14:39:41 2025 +0000, Matteo Bruni wrote:
} for (; k < ARRAY_SIZE(tmp); ++k) { if (tmp[k] != 0xffffffffu) unexpected_values++; }
I haven't checked if we already have a similar test for `GetValue()` though.
We have a similar test in `test_effect_parameter_value_GetValue()` which sets everything to `0xab`, but I went ahead and added it here anyways since it shouldn't harm anything.