about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 1add1054cc5..d20ce43c3d2 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -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()); }