10 Mar
2025
10 Mar
'25
2:39 p.m.
On Mon Mar 10 14:39:41 2025 +0000, Matteo Bruni wrote:
```suggestion:-0+0 } 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7505#note_97285