mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
reinstate test
This commit is contained in:
parent
4d681821bf
commit
a332d77756
2 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@ procedure Bool.2 ():
|
|||
ret Bool.23;
|
||||
|
||||
procedure Test.10 (Test.25):
|
||||
dec Test.25;
|
||||
let Test.29 : Int1 = CallByName Bool.2;
|
||||
if Test.29 then
|
||||
let Test.30 : [<rnu><null>, C {}] = CallByName Test.0;
|
||||
|
@ -29,7 +30,6 @@ procedure Test.6 (Test.16, #Attr.12):
|
|||
let Test.19 : {} = Struct {};
|
||||
let Test.22 : Str = "foobar";
|
||||
let Test.20 : [<rnu><null>, C {}] = CallByName Test.8 Test.22 Test.5;
|
||||
dec Test.22;
|
||||
let Test.21 : U8 = GetTagId Test.20;
|
||||
switch Test.21:
|
||||
case 0:
|
||||
|
|
|
@ -2550,7 +2550,6 @@ fn recursively_build_effect() {
|
|||
}
|
||||
|
||||
#[mono_test]
|
||||
#[ignore = "roc glue code generation cannot handle a type that this test generates"]
|
||||
fn recursive_lambda_set_has_nested_non_recursive_lambda_sets_issue_5026() {
|
||||
indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue