aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-10 19:40:02 -0800
committerGraydon Hoare <[email protected]>2011-02-10 19:40:02 -0800
commit7446af747d83622c849ec9f29c0365aa7bf4e697 (patch)
treed3aca76bc89dc4d7f3e4d5a33b3fa770a45d2214 /src/Makefile
parentTeach ty and typeck about pat_lit. (diff)
downloadrust-7446af747d83622c849ec9f29c0365aa7bf4e697.tar.xz
rust-7446af747d83622c849ec9f29c0365aa7bf4e697.zip
Translate pat_lit, un-XFAIL alt-pattern-lit.rs for rustc.
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 c1f33b91..d55a63c2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -444,6 +444,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
TEST_XFAILS_RUSTC := $(filter-out \
$(addprefix test/run-pass/, \
alt-path.rs \
+ alt-pattern-lit.rs \
alt-pattern-simple.rs \
alt-tag.rs \
arith-0.rs \