diff options
| author | Patrick Walton <[email protected]> | 2011-03-08 14:50:03 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-08 14:50:50 -0800 |
| commit | 16344a0145555448fc202a2bb8eebd2477dc10b2 (patch) | |
| tree | e2f628c661681f3da967f3c36c458d21eceac134 | |
| parent | Revert "Move the glue asm code to a .o file. This reduces how much asm we print" (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |