about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <rfrostig@mozilla.com>2010-06-24 08:13:32 -0700
committerRoy Frostig <rfrostig@mozilla.com>2010-06-24 08:13:32 -0700
commitbc286c7f2ceb5c3d2e06ec72f78d28842f94ef65 (patch)
treeeac0b9f72ce3a7c97440bc76f38f5159ecc2cdfb /src/Makefile
parentf038f4d533f897a29f9422510d1b3f0caac97388 (diff)
downloadrust-bc286c7f2ceb5c3d2e06ec72f78d28842f94ef65.tar.gz
rust-bc286c7f2ceb5c3d2e06ec72f78d28842f94ef65.zip
Resolve and typecheck patterns in pattern alt.
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 5d4e6aa0fd3..bc187567039 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -331,6 +331,7 @@ TEST_XFAILS_X86 :=  test/run-pass/mlist-cycle.rs \
 
 TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
                       acyclic-unwind.rs \
+                      alt-pattern-simple.rs \
                       alt-tag.rs \
                       argv.rs \
                       basic.rs \