mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
Merge pull request #5204 from roc-lang/i4561
Check in mono test that works now
This commit is contained in:
commit
72530916e5
2 changed files with 18 additions and 3 deletions
|
@ -2087,10 +2087,7 @@ fn match_list() {
|
|||
}
|
||||
|
||||
#[mono_test]
|
||||
#[ignore = "https://github.com/roc-lang/roc/issues/4561"]
|
||||
fn recursive_function_and_union_with_inference_hole() {
|
||||
let _tracing_guards = roc_tracing::setup_tracing!();
|
||||
|
||||
indoc!(
|
||||
r#"
|
||||
app "test" provides [main] to "./platform"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue