Unfortunately, we can't embed cross-crate tests in the tutorial...

...as far as I know, anyway, so I xfailed this tutorial test.
This commit is contained in:
Tim Chevalier 2012-12-24 14:07:37 -08:00
parent c4720a73bb
commit 09bb07bed9

View File

@ -2419,7 +2419,7 @@ these two files:
pub fn explore() -> &str { "world" }
~~~~
~~~~
~~~~ {.xfail-test}
// main.rs
extern mod world;
fn main() { io::println(~"hello " + world::explore()); }