aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-08 14:50:03 -0800
committerPatrick Walton <[email protected]>2011-03-08 14:50:50 -0800
commit16344a0145555448fc202a2bb8eebd2477dc10b2 (patch)
treee2f628c661681f3da967f3c36c458d21eceac134
parentRevert "Move the glue asm code to a .o file. This reduces how much asm we print" (diff)
downloadrust-16344a0145555448fc202a2bb8eebd2477dc10b2.tar.xz
rust-16344a0145555448fc202a2bb8eebd2477dc10b2.zip
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 a239329f..2729fc78 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 \