about summary refs log tree commit diff
path: root/src/compiletest/errors.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-06-30 19:36:55 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-07-04 16:30:48 -0700
commit8552a7477544b4bbf6ddd39e011a0e514cfd75d6 (patch)
tree3772af49908fcaa4cd6154c3288a0aa33829b19e /src/compiletest/errors.rs
parentf8507778a36478035f46bfa9f925398a36cd443f (diff)
downloadrust-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.rs4
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 }