move syntax tests to unit tests

This commit is contained in:
Aleksey Kladov 2019-07-24 12:38:21 +03:00
parent 4d544fbf9b
commit 459241f272
512 changed files with 12 additions and 13 deletions

View file

@ -24,6 +24,8 @@ mod syntax_error;
mod parsing;
mod validation;
mod ptr;
#[cfg(test)]
mod tests;
pub mod algo;
pub mod ast;