Skip to content

Commit 1569397

Browse files
committed
Remove a ide-typing test
1 parent c4898ee commit 1569397

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

crates/ide/src/typing.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,12 +1239,6 @@ sdasdasdasdasd
12391239
#[test]
12401240
fn parenthesis_noop_in_item_position_with_macro() {
12411241
type_char_noop('(', r#"$0println!();"#);
1242-
type_char_noop(
1243-
'(',
1244-
r#"
1245-
fn main() $0println!("hello");
1246-
}"#,
1247-
);
12481242
}
12491243

12501244
#[test]

0 commit comments

Comments
 (0)