restructure incremental test to permit more tests

This commit is contained in:
Niko Matsakis 2018-09-30 10:34:52 -04:00
parent e2da42d36a
commit f8e7071da2
4 changed files with 73 additions and 78 deletions

View file

@ -4,7 +4,6 @@
mod counter;
mod implementation;
mod log;
mod queries;
mod tests;
mod memoized_volatile;
fn main() {}