diff options
| author | Brian Anderson <[email protected]> | 2011-03-24 21:54:19 -0400 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 11:01:52 -0700 |
| commit | ebc4df3c7add208195e84940f69648be793b328f (patch) | |
| tree | 18ef8e7b7dc9f6199679186755497dfa8421d86f /Makefile.in | |
| parent | Refactor ast.local to make room for initialization via recv (diff) | |
| download | rust-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.in | 1 |
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 \ |