Remove tests/lib.rs to avoid running tests twice.

The 'cargo test' command simply compiles each 'tests/*.rs' and runs the
enclosed tests. The 'lib.rs' source would get run as an individual test.
This commit is contained in:
Jakob Stoklund Olesen
2016-08-12 11:03:28 -07:00
parent f7f157fb71
commit 9d6e30df92

View File

@@ -1,2 +0,0 @@
pub mod cfg_traversal;
pub mod dominator_tree;