Unused test

This commit is contained in:
Ayaz Hafiz 2023-04-02 12:50:19 -05:00
parent d42e831e47
commit bc7e6c4340
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -289,19 +289,6 @@ mod solve_expr {
);
}
// #[test]
// fn block_string_literal() {
// infer_eq(
// indoc!(
// r#"
// """type
// inference!"""
// "#
// ),
// "Str",
// );
// }
// LIST
#[test]