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:
parent
7ce0d30b9b
commit
cf768ce1f4
@ -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()); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user