diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-04-26 12:24:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-04-27 21:34:24 -0400 |
| commit | f792baba42b79711b64950c46208a1eb4b9539be (patch) | |
| tree | 246190c51857def54922ac4888e990d2e53164ca /src/compiletest/header.rs | |
| parent | dd5b1de1812f308ad68472d2ab06c15d3c342d75 (diff) | |
| download | rust-f792baba42b79711b64950c46208a1eb4b9539be.tar.gz rust-f792baba42b79711b64950c46208a1eb4b9539be.zip | |
only use #[no_core] in libcore
Diffstat (limited to 'src/compiletest/header.rs')
| -rw-r--r-- | src/compiletest/header.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/compiletest/header.rs b/src/compiletest/header.rs index 2b365188338..b0d04c6739b 100644 --- a/src/compiletest/header.rs +++ b/src/compiletest/header.rs @@ -8,16 +8,9 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::prelude::*; - use common; use common::config; -use core::io::ReaderUtil; -use core::io; -use core::os; -use core::str; - pub struct TestProps { // Lines that should be expected, in order, on standard out error_patterns: ~[~str], |
