Skip to content

Commit 75387d9

Browse files
committed
Remove a ide-typing test
1 parent c797110 commit 75387d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/ide/src/typing.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -938,12 +938,6 @@ sdasdasdasdasd
938938
#[test]
939939
fn noop_in_item_position_with_macro() {
940940
type_char_noop('{', r#"$0println!();"#);
941-
type_char_noop(
942-
'{',
943-
r#"
944-
fn main() $0println!("hello");
945-
}"#,
946-
);
947941
}
948942

949943
#[test]

0 commit comments

Comments
 (0)