Rename test modules to "tests" for consistency.
The majority of the test modules were already named "tests", and that's what the example in the Rust book uses, so switch to that for all test modules, for consistency.
This commit is contained in:
@@ -230,8 +230,7 @@ impl LoopAnalysis {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
|
||||
mod tests {
|
||||
use cursor::{Cursor, FuncCursor};
|
||||
use dominator_tree::DominatorTree;
|
||||
use flowgraph::ControlFlowGraph;
|
||||
|
||||
Reference in New Issue
Block a user