mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 11:35:21 +03:00
Un-xfail multi test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fn main() {
|
||||
log "hello, multi-file world.";
|
||||
bar.other();
|
||||
bar::other();
|
||||
}
|
||||
@@ -1,6 +1,3 @@
|
||||
// xfail-stage0
|
||||
// xfail-stage1
|
||||
// xfail-stage2
|
||||
mod multi = "multi-src" {
|
||||
|
||||
mod foo; // implicitly = "foo.rs"
|
||||
|
||||
Reference in New Issue
Block a user