Remove temp test

This commit is contained in:
Ayaz Hafiz 2022-04-25 12:19:33 -04:00
parent 3fd345e99d
commit e43994530f
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -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
"#
),
"",
)
}
}