diff options
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 77045777..62fe0bee 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 \ |