From 13bce1a1641cbcf57ae24677c238e2c1ca393dea Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 4 May 2020 12:10:26 +0200 Subject: Add test marks --- crates/ra_ide/src/marks.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ra_ide/src/marks.rs') diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs index bea30fe2a..51ca4dde3 100644 --- a/crates/ra_ide/src/marks.rs +++ b/crates/ra_ide/src/marks.rs @@ -11,4 +11,6 @@ test_utils::marks!( self_fulfilling_completion test_struct_field_completion_in_func_call test_struct_field_completion_in_record_lit + test_rename_struct_field_for_shorthand + test_rename_local_for_field_shorthand ); -- cgit v1.2.3 From ecac5d7de2192873c24b7b06d4964d188d8abe6a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 20 May 2020 12:59:20 +0200 Subject: Switch to new magic marks --- crates/ra_ide/src/marks.rs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 crates/ra_ide/src/marks.rs (limited to 'crates/ra_ide/src/marks.rs') diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs deleted file mode 100644 index 51ca4dde3..000000000 --- a/crates/ra_ide/src/marks.rs +++ /dev/null @@ -1,16 +0,0 @@ -//! See test_utils/src/marks.rs - -test_utils::marks!( - inserts_angle_brackets_for_generics - inserts_parens_for_function_calls - call_info_bad_offset - dont_complete_current_use - test_resolve_parent_module_on_module_decl - search_filters_by_range - dont_insert_macro_call_parens_unncessary - self_fulfilling_completion - test_struct_field_completion_in_func_call - test_struct_field_completion_in_record_lit - test_rename_struct_field_for_shorthand - test_rename_local_for_field_shorthand -); -- cgit v1.2.3