Skip to content

Commit 8ac94d5

Browse files
committed
Un-xfail lib-io test
1 parent 830c58b commit 8ac94d5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/test/run-pass/lib-io.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
// -*- rust -*-
52

63
use std;

src/test/run-pass/type-sizes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// xfail-stage1
33
// xfail-stage2
44

5-
import size_of = std::sys.rustrt.size_of;
5+
import size_of = std::sys::rustrt::size_of;
66

77
use std;
88

0 commit comments

Comments
 (0)