mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
enable tag unions as functions in code gen
This commit is contained in:
parent
174daeb3b5
commit
5f408c42b0
3 changed files with 44 additions and 7 deletions
|
@ -996,7 +996,6 @@ fn applied_tag_function() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn applied_tag_function_result() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
@ -1016,7 +1015,6 @@ fn applied_tag_function_result() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn applied_tag_function_linked_list() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue