Skip to content

Commit b6af844

Browse files
committed
re-enable tests for #1058 and #1059
1 parent 12a67af commit b6af844

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/test/run-pass/c-stack-as-value.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-test
2-
31
#[abi = "cdecl"]
42
native mod rustrt {
53
fn unsupervise();
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// xfail-test
2-
1+
use std;
32
import std::sys;
43

54
// The purpose of this test is to check that we can
@@ -8,4 +7,4 @@ import std::sys;
87

98
fn main() {
109
let foo = sys::rustrt::last_os_error();
11-
}
10+
}

0 commit comments

Comments
 (0)