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
c4720a73bb
commit
09bb07bed9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue