re-enable tests for #1058 and #1059

This commit is contained in:
Niko Matsakis 2011-11-18 16:29:01 -08:00
parent 12a67af81d
commit b6af844f3a
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,3 @@
// xfail-test
#[abi = "cdecl"]
native mod rustrt {
fn unsupervise();

View File

@ -1,5 +1,4 @@
// xfail-test
use std;
import std::sys;
// The purpose of this test is to check that we can
@ -8,4 +7,4 @@ import std::sys;
fn main() {
let foo = sys::rustrt::last_os_error();
}
}