fix typos in mbe tests
This commit is contained in:
@@ -138,7 +138,7 @@ impl LibraryData {
|
||||
files: Vec<(FileId, RelativePathBuf, Arc<String>)>,
|
||||
) -> LibraryData {
|
||||
let symbol_index = SymbolIndex::for_files(files.par_iter().map(|(file_id, _, text)| {
|
||||
let file = SourceFile::parse(text);
|
||||
let file = SourceFile::parse(text).tree;
|
||||
(*file_id, file)
|
||||
}));
|
||||
let mut root_change = RootChange::default();
|
||||
|
||||
Reference in New Issue
Block a user