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

@ -15,6 +15,8 @@ macro_rules! ctry {
}
pub mod db;
#[cfg(test)]
mod mock;
mod query_definitions;
mod function;
mod module;