From d3be98e9f5e721b53dccd0a43c2ff58ddd32ac47 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Tue, 16 Apr 2013 01:08:52 +1000 Subject: libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no pub mod or pub fn). --- src/libcore/task/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore/task') 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] -- cgit 1.4.1-3-g733a5