about summary refs log tree commit diff
path: root/src/librustc_data_structures/snapshot_map
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-08-01 23:57:23 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-08-02 01:59:01 +0300
commite118eb6c7970385fbcdd688d03975f65d88e642e (patch)
tree52f7b93573ee2e7c0963f66f4907fc44e6c15443 /src/librustc_data_structures/snapshot_map
parentca0ef0fcf66b0fe913c19a3a00729af4494866e6 (diff)
downloadrust-e118eb6c7970385fbcdd688d03975f65d88e642e.tar.gz
rust-e118eb6c7970385fbcdd688d03975f65d88e642e.zip
librustc_data_structures: Unconfigure tests during normal build
Diffstat (limited to 'src/librustc_data_structures/snapshot_map')
-rw-r--r--src/librustc_data_structures/snapshot_map/mod.rs2
-rw-r--r--src/librustc_data_structures/snapshot_map/tests.rs (renamed from src/librustc_data_structures/snapshot_map/test.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/snapshot_map/mod.rs b/src/librustc_data_structures/snapshot_map/mod.rs
index 91d6e292370..ce0aa07cc28 100644
--- a/src/librustc_data_structures/snapshot_map/mod.rs
+++ b/src/librustc_data_structures/snapshot_map/mod.rs
@@ -4,7 +4,7 @@ use std::ops;
 use std::mem;
 
 #[cfg(test)]
-mod test;
+mod tests;
 
 pub struct SnapshotMap<K, V>
     where K: Hash + Clone + Eq
diff --git a/src/librustc_data_structures/snapshot_map/test.rs b/src/librustc_data_structures/snapshot_map/tests.rs
index 72ca53c2be9..72ca53c2be9 100644
--- a/src/librustc_data_structures/snapshot_map/test.rs
+++ b/src/librustc_data_structures/snapshot_map/tests.rs