Create valid disjoint selection sets in selections_in_ranges

This commit is contained in:
Max Brunsfeld 2021-10-28 16:04:16 -07:00
parent efc85d1b75
commit f3cd710f21
2 changed files with 21 additions and 18 deletions

View file

@ -3323,7 +3323,7 @@ mod tests {
#[gpui::test]
async fn test_buffer_file_changes_on_disk(mut cx: gpui::TestAppContext) {
use buffer::{Point, Selection, SelectionGoal, ToPoint};
use buffer::{Point, Selection, SelectionGoal};
use std::fs;
let initial_contents = "aaa\nbbbbb\nc\n";