Fix a missing un-xfailed case

Issue #1230
This commit is contained in:
Haitao Li 2012-04-08 22:00:36 +08:00
parent 7d227f21f7
commit 101f83ecef

View file

@ -1,5 +1,4 @@
// From #1174:
// xfail-test bots are crashing on this on x86_64
use std;
import str;
@ -7,7 +6,7 @@ import libc::*;
#[nolink]
native mod libc {
fn write(fd: c_int, buf: *u8, nbyte: size_t);
fn write(fd: core::libc::c_int, buf: *u8, nbyte: core::libc::size_t);
}
fn main() {