diff options
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r-- | crates/ra_ide/src/goto_definition.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_ide/src/goto_definition.rs b/crates/ra_ide/src/goto_definition.rs index 1b968134d..b93d6a931 100644 --- a/crates/ra_ide/src/goto_definition.rs +++ b/crates/ra_ide/src/goto_definition.rs | |||
@@ -693,7 +693,6 @@ mod tests { | |||
693 | ); | 693 | ); |
694 | } | 694 | } |
695 | 695 | ||
696 | #[should_panic] // currently failing because of expr mapping problems | ||
697 | #[test] | 696 | #[test] |
698 | fn goto_through_format() { | 697 | fn goto_through_format() { |
699 | check_goto( | 698 | check_goto( |
@@ -718,7 +717,7 @@ mod tests { | |||
718 | format!(\"{}\", fo<|>o()) | 717 | format!(\"{}\", fo<|>o()) |
719 | } | 718 | } |
720 | ", | 719 | ", |
721 | "foo FN_DEF FileId(1) [359; 376) [362; 365)", | 720 | "foo FN_DEF FileId(1) [398; 415) [401; 404)", |
722 | ); | 721 | ); |
723 | } | 722 | } |
724 | 723 | ||