remove bad test

This commit is contained in:
Folkert 2021-03-18 19:54:51 +01:00
parent e7099a1525
commit 74a7674167

View file

@ -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
)
}