Merge pull request #5204 from roc-lang/i4561

Check in mono test that works now
This commit is contained in:
Richard Feldman 2023-03-25 21:58:16 -04:00 committed by GitHub
commit 72530916e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 3 deletions

View file

@ -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"