about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2011-03-08 14:50:03 -0800
committerPatrick Walton <pcwalton@mimiga.net>2011-03-08 14:50:50 -0800
commit16344a0145555448fc202a2bb8eebd2477dc10b2 (patch)
treee2f628c661681f3da967f3c36c458d21eceac134
parent27547c6514cf4f358ef2c8d935bd296eb0312ac1 (diff)
rustc: Re-XFAIL rec-extend.rs. The typechecker never assigned the path expr a type.
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a239329f4e5..2729fc78cbe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -480,6 +480,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
                         obj-return-polytypes.rs \
                         pred.rs \
                         preempt.rs \
+                        rec-extend.rs \
                         rt-circular-buffer.rs \
                         size-and-align.rs \
                         spawn-fn.rs \