diff options
| author | Patrick Walton <[email protected]> | 2010-12-15 10:15:02 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-12-15 10:15:02 -0800 |
| commit | 91c0cab61a955061fdf2df335cdc6efb51a4980b (patch) | |
| tree | 01694361f42fa74dc82d00151cf1ee211b3679c2 /src/Makefile | |
| parent | rustc: Fix bug involving extracting any variant element beyond the first. Un-... (diff) | |
| download | rust-91c0cab61a955061fdf2df335cdc6efb51a4980b.tar.xz rust-91c0cab61a955061fdf2df335cdc6efb51a4980b.zip | |
rustc: Un-XFAIL alt-pattern-simple.rs
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 64ff6b46..9ab73bd1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -519,6 +519,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ TEST_XFAILS_SELF := $(filter-out \ $(addprefix test/run-pass/, \ + alt-pattern-simple.rs \ alt-tag.rs \ arith-0.rs \ arith-1.rs \ |