Move hir tests to hit

This commit is contained in:
Aleksey Kladov 2018-11-28 16:19:01 +03:00
parent 95c0c8f398
commit e89700f967
7 changed files with 330 additions and 142 deletions

View file

@ -10,6 +10,7 @@ mod syntax_ptr;
mod file_resolver;
mod input;
mod loc2id;
pub mod mock;
use std::sync::Arc;
use ra_editor::LineIndex;