Un-xfail multi test

This commit is contained in:
Marijn Haverbeke 2011-06-02 16:21:14 +02:00
parent 8ac94d59e8
commit 75ffe657db
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
fn main() {
log "hello, multi-file world.";
bar.other();
bar::other();
}

View File

@ -1,6 +1,3 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
mod multi = "multi-src" {
mod foo; // implicitly = "foo.rs"