diff options
| author | Graydon Hoare <[email protected]> | 2011-02-10 19:40:02 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-10 19:40:02 -0800 |
| commit | 7446af747d83622c849ec9f29c0365aa7bf4e697 (patch) | |
| tree | d3aca76bc89dc4d7f3e4d5a33b3fa770a45d2214 /src/Makefile | |
| parent | Teach ty and typeck about pat_lit. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |