aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-24 21:54:19 -0400
committerGraydon Hoare <[email protected]>2011-03-25 11:01:52 -0700
commitebc4df3c7add208195e84940f69648be793b328f (patch)
tree18ef8e7b7dc9f6199679186755497dfa8421d86f /Makefile.in
parentRefactor ast.local to make room for initialization via recv (diff)
downloadrust-ebc4df3c7add208195e84940f69648be793b328f.tar.xz
rust-ebc4df3c7add208195e84940f69648be793b328f.zip
Implement local declarations with receive. Un-XFAIL decl-with-recv.rs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d8ad9ea7..e2cf9f34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -653,7 +653,6 @@ TEST_XFAILS_STAGE0 := $(FLOAT_XFAILS) \
clone-with-exterior.rs \
comm.rs \
constrained-type.rs \
- decl-with-recv.rs \
destructor-ordering.rs \
iter-ret.rs \
lazychan.rs \