Skip to content

Commit

Permalink
Unfortunately, we can't embed cross-crate tests in the tutorial...
Browse files Browse the repository at this point in the history
...as far as I know, anyway, so I xfailed this tutorial test.
  • Loading branch information
catamorphism committed Dec 25, 2012
1 parent c4720a7 commit 09bb07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()); }
Expand Down

0 comments on commit 09bb07b

Please sign in to comment.