mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Remove temp test
This commit is contained in:
parent
3fd345e99d
commit
e43994530f
@ -6168,17 +6168,4 @@ mod solve_expr {
|
||||
"a -> Task a *",
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn list_with_num_and_str() {
|
||||
infer_eq_without_problem(
|
||||
indoc!(
|
||||
r#"
|
||||
val = [ 1, "abc" ]
|
||||
val
|
||||
"#
|
||||
),
|
||||
"",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user