mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-25 21:37:48 +00:00
parent
10dd57d45d
commit
2e5fef5231
14 changed files with 289 additions and 46 deletions
|
|
@ -332,7 +332,7 @@ mod test_can {
|
|||
matches!(
|
||||
problem,
|
||||
Problem::SignatureDefMismatch { .. }
|
||||
| Problem::RuntimeError(RuntimeError::LookupNotInScope(_, _))
|
||||
| Problem::RuntimeError(RuntimeError::LookupNotInScope { .. })
|
||||
)
|
||||
}));
|
||||
}
|
||||
|
|
@ -360,7 +360,7 @@ mod test_can {
|
|||
matches!(
|
||||
problem,
|
||||
Problem::SignatureDefMismatch { .. }
|
||||
| Problem::RuntimeError(RuntimeError::LookupNotInScope(_, _))
|
||||
| Problem::RuntimeError(RuntimeError::LookupNotInScope { .. })
|
||||
)
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue