mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-14 04:56:49 +00:00
Fix test names
This commit is contained in:
parent
8c7ccdc29d
commit
7c691f51f9
@ -671,7 +671,7 @@ fn foo() { break; }
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn replace_filter_next_with_find_map() {
|
||||
fn replace_filter_map_next_with_find_map() {
|
||||
check_diagnostics(
|
||||
r#"
|
||||
fn foo() {
|
||||
@ -683,7 +683,7 @@ fn foo() { break; }
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn replace_filter_next_with_find_map_no_diagnostic_without_next() {
|
||||
fn replace_filter_map_next_with_find_map_no_diagnostic_without_next() {
|
||||
check_diagnostics(
|
||||
r#"
|
||||
fn foo() {
|
||||
@ -697,7 +697,7 @@ fn foo() { break; }
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn replace_filter_next_with_find_map_no_diagnostic_with_intervening_methods() {
|
||||
fn replace_filter_map_next_with_find_map_no_diagnostic_with_intervening_methods() {
|
||||
check_diagnostics(
|
||||
r#"
|
||||
fn foo() {
|
||||
@ -712,7 +712,7 @@ fn foo() { break; }
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn replace_filter_next_with_find_map_no_diagnostic_if_not_in_chain() {
|
||||
fn replace_filter_map_next_with_find_map_no_diagnostic_if_not_in_chain() {
|
||||
check_diagnostics(
|
||||
r#"
|
||||
fn foo() {
|
||||
|
Loading…
Reference in New Issue
Block a user