Commit 2b0edfb
test(ffi): update kind_from_u8 out-of-range boundary 105→113
Test hardcoded the upper bound at 105, but commit c8c0acf added 8 new
ProverKind variants (CubicalAgda, Zipperposition, Prover9, OpenSMT,
SmtRat, Rocq, UppaalStratego, MizAR) so 105 is now valid. Update the
boundary to 113 (= 113-variant enum) + add a comment citing the
variant-adding commit so the next boundary move is traceable.
Fix caught by full-repo audit 2026-04-24.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0d8853a commit 2b0edfb
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1410 | 1410 | | |
1411 | 1411 | | |
1412 | 1412 | | |
1413 | | - | |
1414 | | - | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
1415 | 1418 | | |
1416 | 1419 | | |
1417 | 1420 | | |
| |||
0 commit comments