Skip to content

Commit e7bc867

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

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
@@ -1240,12 +1240,6 @@ sdasdasdasdasd
12401240
#[test]
12411241
fn parenthesis_noop_in_item_position_with_macro() {
12421242
type_char_noop('(', r#"$0println!();"#);
1243-
type_char_noop(
1244-
'(',
1245-
r#"
1246-
fn main() $0println!("hello");
1247-
}"#,
1248-
);
12491243
}
12501244

12511245
#[test]

0 commit comments

Comments
 (0)