about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <rfrostig@mozilla.com>2010-08-27 13:27:28 -0700
committerRoy Frostig <rfrostig@mozilla.com>2010-08-27 13:29:53 -0700
commit5e77e784f006e36c06252d9beccbd7893eddac73 (patch)
tree6bfd1a030a7d5c38cc07c88df4efa9874ffb2b70 /src/Makefile
parent1428b59a19610d838d7849c7ac518c40281fddd1 (diff)
downloadrust-5e77e784f006e36c06252d9beccbd7893eddac73.tar.gz
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 77045777b9c..62fe0beec85 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 \