about summary refs log tree commit diff
path: root/src/librustc_data_structures/unify
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_data_structures/unify')
-rw-r--r--src/librustc_data_structures/unify/mod.rs2
-rw-r--r--src/librustc_data_structures/unify/tests.rs (renamed from src/librustc_data_structures/unify/test.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/unify/mod.rs b/src/librustc_data_structures/unify/mod.rs
index 7036c010c65..a899bbacc03 100644
--- a/src/librustc_data_structures/unify/mod.rs
+++ b/src/librustc_data_structures/unify/mod.rs
@@ -14,7 +14,7 @@ use std::marker::PhantomData;
 use snapshot_vec as sv;
 
 #[cfg(test)]
-mod test;
+mod tests;
 
 /// This trait is implemented by any type that can serve as a type
 /// variable. We call such variables *unification keys*. For example,
diff --git a/src/librustc_data_structures/unify/test.rs b/src/librustc_data_structures/unify/tests.rs
index dbe3cfc7a48..dbe3cfc7a48 100644
--- a/src/librustc_data_structures/unify/test.rs
+++ b/src/librustc_data_structures/unify/tests.rs