mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Add a way to print ranks in uitest
This commit is contained in:
parent
190990155e
commit
7beee4e1f3
3 changed files with 9 additions and 0 deletions
|
@ -256,6 +256,7 @@ impl<'a> TestCase<'a> {
|
|||
match opt.trim() {
|
||||
"allow_errors" => infer_opts.allow_errors = true,
|
||||
"print_only_under_alias" => infer_opts.print_only_under_alias = true,
|
||||
"print_ranks" => infer_opts.print_ranks = true,
|
||||
other => return Err(format!("unknown infer option: {other:?}").into()),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue