diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-12-28 13:41:14 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-01-08 14:58:39 -0800 |
| commit | 3b71d14442a1942ecf45fc4ac619f473e8367ae6 (patch) | |
| tree | f38cdd5238674d9558fbbbb9b099b85f982b2297 /src/libcore | |
| parent | 2d3c22ae590a6ceadd612fbf775f258ca64baa90 (diff) | |
Inject std when --test. #1127, #3241
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/core.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 8806f31c66a..13e0e300242 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -246,14 +246,6 @@ pub mod core { } -// Similar to above. Some magic to make core testable. -#[cfg(test)] -mod std { - extern mod std(vers = "0.6"); - pub use std::std::test; -} - - // Local Variables: // mode: rust; // fill-column: 78; |
