mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
remove bad test
This commit is contained in:
parent
e7099a1525
commit
74a7674167
1 changed files with 0 additions and 16 deletions
|
@ -974,19 +974,3 @@ fn newtype_wrapper() {
|
|||
|x: &i64| *x
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn open_tag_union_cannot_grow() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
f : [ A ]* -> [ A, B, C ]
|
||||
f = \a -> a
|
||||
|
||||
f
|
||||
"#
|
||||
),
|
||||
4,
|
||||
i64
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue