Fix tests

This commit is contained in:
Ayaz Hafiz 2022-07-06 15:45:42 -04:00
parent 9a01117536
commit 91e3bfbd01
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 27 additions and 49 deletions

View file

@ -2370,7 +2370,7 @@ fn make_specialization_decision(subs: &Subs, var: Variable) -> SpecializeDecisio
| FlexVar(..)
| RecursionVar { .. }
| LambdaSet(..)
| RangedNumber(_, _) => {
| RangedNumber(..) => {
internal_error!("unexpected")
}
}