about summary refs log tree commit diff
path: root/src/libcore/task
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-04-16 01:08:52 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-04-16 09:57:47 +1000
commitd3be98e9f5e721b53dccd0a43c2ff58ddd32ac47 (patch)
tree2c1730e5ca7b3352854e92b51a7d0b44e5984438 /src/libcore/task
parentf10cf26e25c75e148d86dd151a210d9f4a7ece2f (diff)
downloadrust-d3be98e9f5e721b53dccd0a43c2ff58ddd32ac47.tar.gz
rust-d3be98e9f5e721b53dccd0a43c2ff58ddd32ac47.zip
libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no pub mod or pub fn).
Diffstat (limited to 'src/libcore/task')
-rw-r--r--src/libcore/task/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/task/mod.rs b/src/libcore/task/mod.rs
index d712bf8f98f..a6c4b6c5268 100644
--- a/src/libcore/task/mod.rs
+++ b/src/libcore/task/mod.rs
@@ -925,7 +925,7 @@ fn test_spawn_sched_childs_on_default_sched() {
 }
 
 #[cfg(test)]
-pub mod testrt {
+mod testrt {
     use libc;
 
     #[nolink]