diff options
Diffstat (limited to 'crates/ra_ide/src')
-rw-r--r-- | crates/ra_ide/src/runnables.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_ide/src/runnables.rs b/crates/ra_ide/src/runnables.rs index be60b5323..7c505a765 100644 --- a/crates/ra_ide/src/runnables.rs +++ b/crates/ra_ide/src/runnables.rs | |||
@@ -428,7 +428,7 @@ mod tests { | |||
428 | name: "foo", | 428 | name: "foo", |
429 | kind: FN_DEF, | 429 | kind: FN_DEF, |
430 | focus_range: Some( | 430 | focus_range: Some( |
431 | 56..59, | 431 | 22..29, |
432 | ), | 432 | ), |
433 | container_name: None, | 433 | container_name: None, |
434 | description: None, | 434 | description: None, |
@@ -495,7 +495,7 @@ mod tests { | |||
495 | name: "foo", | 495 | name: "foo", |
496 | kind: FN_DEF, | 496 | kind: FN_DEF, |
497 | focus_range: Some( | 497 | focus_range: Some( |
498 | 97..100, | 498 | 51..58, |
499 | ), | 499 | ), |
500 | container_name: None, | 500 | container_name: None, |
501 | description: None, | 501 | description: None, |