diff options
| author | Roy Frostig <[email protected]> | 2010-08-27 13:27:28 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-27 13:29:53 -0700 |
| commit | 5e77e784f006e36c06252d9beccbd7893eddac73 (patch) | |
| tree | 6bfd1a030a7d5c38cc07c88df4efa9874ffb2b70 /src/Makefile | |
| parent | Modify rustboot to use lexer.reader. (diff) | |
| download | rust-5e77e784f006e36c06252d9beccbd7893eddac73.tar.xz rust-5e77e784f006e36c06252d9beccbd7893eddac73.zip | |
Have alt-pattern drop the slots it initializes when binding slot patterns. Add a testcase for this as well.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 77045777..62fe0bee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -425,6 +425,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ $(addprefix test/run-pass/, \ arith-1.rs \ acyclic-unwind.rs \ + alt-pattern-drop.rs \ alt-pattern-simple.rs \ alt-tag.rs \ append-units.rs \ |