diff options
| author | Brian Anderson <[email protected]> | 2011-03-24 20:50:05 -0400 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 11:01:52 -0700 |
| commit | ef1bcdea7025f6fd18fcd645804f83186546fa97 (patch) | |
| tree | 66b5134053f803c0268c6818315820abfeabff93 /Makefile.in | |
| parent | rustc: Create a crate metadata cache (diff) | |
| download | rust-ef1bcdea7025f6fd18fcd645804f83186546fa97.tar.xz rust-ef1bcdea7025f6fd18fcd645804f83186546fa97.zip | |
Add test for local declarations with receive. XFAIL in rustc.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e2cf9f34..d8ad9ea7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -653,6 +653,7 @@ 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 \ |