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 84a154a8ca
commit 9e87bffa82

View File

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