mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
remove duplicate test
This commit is contained in:
parent
271f64f94d
commit
c679551d6b
1 changed files with 0 additions and 16 deletions
|
@ -540,22 +540,6 @@ fn f(ch: char) -> bool {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn goto_def_range_pat_inclusive() {
|
||||
check_name(
|
||||
"RangeInclusive",
|
||||
r#"
|
||||
//- minicore: range
|
||||
fn f(ch: char) -> bool {
|
||||
match ch {
|
||||
'a'..$0='z' => true,
|
||||
_ => false
|
||||
}
|
||||
}
|
||||
"#
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn goto_def_expr_range() {
|
||||
check_name(
|
||||
|
|
Loading…
Reference in a new issue