diff options
| author | Jeroen Vannevel <jer_vannevel@outlook.com> | 2022-02-15 19:22:36 +0000 |
|---|---|---|
| committer | Jeroen Vannevel <jer_vannevel@outlook.com> | 2022-02-15 19:22:36 +0000 |
| commit | 842ffde43d2c4e4dff94b9f07675708f1ac4ca8c (patch) | |
| tree | 3e2a4040be1b8c41b5b6c977ffdf0e2bcae7b252 | |
| parent | d985394ce2e5a7689e16fe1b940fc03adfb65805 (diff) | |
| download | rust-842ffde43d2c4e4dff94b9f07675708f1ac4ca8c.tar.gz rust-842ffde43d2c4e4dff94b9f07675708f1ac4ca8c.zip | |
test names
| -rw-r--r-- | crates/ide/src/hover/tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs index 85fe4cc964b..c5c531c30b1 100644 --- a/crates/ide/src/hover/tests.rs +++ b/crates/ide/src/hover/tests.rs @@ -1329,7 +1329,7 @@ fn test_hover_function_show_types() { } #[test] -fn test_hover_function_pointer_show_types() { +fn test_hover_function_pointer_show_identifiers() { check( r#"type foo$0 = fn(a: i32, b: i32) -> i32;"#, expect![[r#" @@ -1347,7 +1347,7 @@ fn test_hover_function_pointer_show_types() { } #[test] -fn test_hover_function_pointer_no_identifier_show_types() { +fn test_hover_function_pointer_no_identifier() { check( r#"type foo$0 = fn(i32, _: i32) -> i32;"#, expect