Skip to content

Commit b181cac

Browse files
committed
remove duplicate test
1 parent 21636ac commit b181cac

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/tools/rust-analyzer/crates/ide/src/goto_definition.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -540,22 +540,6 @@ fn f(ch: char) -> bool {
540540
);
541541
}
542542

543-
#[test]
544-
fn goto_def_range_pat_inclusive() {
545-
check_name(
546-
"RangeInclusive",
547-
r#"
548-
//- minicore: range
549-
fn f(ch: char) -> bool {
550-
match ch {
551-
'a'..$0='z' => true,
552-
_ => false
553-
}
554-
}
555-
"#
556-
);
557-
}
558-
559543
#[test]
560544
fn goto_def_expr_range() {
561545
check_name(

0 commit comments

Comments
 (0)