Unnamed repository; edit this file 'description' to name the repository.
Remove a ide-typing test
A4-Tacks 7 weeks ago
parent c4898ee · commit 1569397
-rw-r--r--crates/ide/src/typing.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/ide/src/typing.rs b/crates/ide/src/typing.rs
index ec620982ff..a49a85fe78 100644
--- a/crates/ide/src/typing.rs
+++ b/crates/ide/src/typing.rs
@@ -1239,12 +1239,6 @@ sdasdasdasdasd
#[test]
fn parenthesis_noop_in_item_position_with_macro() {
type_char_noop('(', r#"$0println!();"#);
- type_char_noop(
- '(',
- r#"
-fn main() $0println!("hello");
-}"#,
- );
}
#[test]