Check in mono test that works now

Closes #4561
This commit is contained in:
Ayaz Hafiz 2023-03-25 15:58:39 -05:00
parent 1891df77b8
commit c13abb03be
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
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"