diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-06-30 19:36:55 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-07-04 16:30:48 -0700 |
| commit | 8552a7477544b4bbf6ddd39e011a0e514cfd75d6 (patch) | |
| tree | 3772af49908fcaa4cd6154c3288a0aa33829b19e /src/compiletest/errors.rs | |
| parent | f8507778a36478035f46bfa9f925398a36cd443f (diff) | |
| download | rust-8552a7477544b4bbf6ddd39e011a0e514cfd75d6.tar.gz rust-8552a7477544b4bbf6ddd39e011a0e514cfd75d6.zip | |
Bring compiletest/rustpkg/driver up to date on std vs core
Diffstat (limited to 'src/compiletest/errors.rs')
| -rw-r--r-- | src/compiletest/errors.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/compiletest/errors.rs b/src/compiletest/errors.rs index 4649d4dfc3c..780a917c019 100644 --- a/src/compiletest/errors.rs +++ b/src/compiletest/errors.rs @@ -8,9 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::prelude::*; - -use core::io; +use std::io; pub struct ExpectedError { line: uint, kind: ~str, msg: ~str } |
