Un-xfail lib-io test

This commit is contained in:
Marijn Haverbeke 2011-06-02 16:19:30 +02:00
parent 830c58b651
commit 8ac94d59e8
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,3 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// -*- rust -*-
use std;

View file

@ -2,7 +2,7 @@
// xfail-stage1
// xfail-stage2
import size_of = std::sys.rustrt.size_of;
import size_of = std::sys::rustrt::size_of;
use std;