Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kriw committed Jul 31, 2018
1 parent c2e408e commit 410d28f
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 342 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -18,9 +18,9 @@ path = "minidec/main.rs"
default = []
trace_log = ["log", "env_logger"]

[dev-dependencies]
quickcheck = "0.4.0"
quickcheck_macros = "0.6.0"
# [dev-dependencies]
# quickcheck = "0.4.0"
# quickcheck_macros = "0.6.2"

[build-dependencies]
lalrpop = "0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions src/backend/ctrl_flow_struct/graph_utils/mod.rs
Expand Up @@ -5,8 +5,8 @@

pub mod ix_bit_set;
mod ncd;
#[cfg(test)]
mod test;
// #[cfg(test)]
// mod test;

pub use self::ncd::nearest_common_dominator;

Expand Down
217 changes: 0 additions & 217 deletions src/backend/ctrl_flow_struct/graph_utils/test.rs

This file was deleted.

0 comments on commit 410d28f

Please sign in to comment.