testsuite: Update core to std

This commit is contained in:
Tim Chevalier 2013-05-27 17:32:03 -07:00
parent 403aee1082
commit 351f6033d6
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@
// except according to those terms.
use core::cast::transmute;
use core::libc::c_void;
use std::cast::transmute;
use std::libc::c_void;
struct NonCopyable(*c_void);

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use core::num::Zero;
use std::num::Zero;
pub struct X<T> {
a: T