On Wed Jun 25 13:15:16 2025 +0000, Elizabeth Figura wrote:
I believe the intent of that check *was*, simply, "mode_idx < mode_count". We can just change the ok() to that. We don't need an "if (...)" continue afterward, either. A test failure is a test failure.
the `if()` is needed because there are uses of `modes[mode_idx]` later, which would be out of bound.