diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-11 23:22:35 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 10:41:44 -0400 |
commit | bbd7d5de090e200dbcf7e925e25b0b273c4290ff (patch) | |
tree | f17ae6a2544a57621284fcfa9ae49e45907462a7 /src/libcmd/repl.cc | |
parent | 0c49c1af28c7128d9dd140eb3ba392300778bd59 (diff) |
Fix some bounds in rapid check instances
`inRange` is exclusive not inclusive:
https://github.com/emil-e/rapidcheck/blob/master/doc/generators.md#usage
Furthermore, use `std::variant_size_v` so we use the right number
automatically.
Finally, make the `switch` assert the discriminant is in bounds as
expected.
Diffstat (limited to 'src/libcmd/repl.cc')
0 files changed, 0 insertions, 0 deletions