Commit e98d98e
committed
test: use drop instead of unreachable
This function is expected to trap, so the unreachable could result in a
false positive if the compiled test does not check the trap reason.
See comment:
#138 (comment)1 parent a2c7991 commit e98d98e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments