test: Use more sensible cases in expr-alt-fail-all.
Thanks for the review, Jesse.
This commit is contained in:
parent
d82e9c1874
commit
8102926b4b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ fn main() {
|
|||
case (true) {
|
||||
10
|
||||
}
|
||||
case (true) {
|
||||
case (false) {
|
||||
alt (true) {
|
||||
case (true) {
|
||||
fail
|
||||
|
|
Loading…
Add table
Reference in a new issue