From 4701716b56a22e209223110ce7d4aa9be45839da Mon Sep 17 00:00:00 2001 From: Jed Davis <jld@panix.com> Date: Tue, 30 Apr 2013 12:07:10 -0700 Subject: [PATCH] Revert "doc: XFAIL mysterious failure on bots" This reverts commit 2c6dae081b72d33a2c51b5f46436e6350bb3682f. --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index 136c7ee9da3..9f81b38009f 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -2393,7 +2393,7 @@ variables in the arm's block, and control enters the block. An example of an `match` expression: -~~~~ {.xfail-test} +~~~~ # fn process_pair(a: int, b: int) { } # fn process_ten() { }