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 12956baa..1b994940 100644 --- a/src/Makefile +++ b/src/Makefile @@ -465,6 +465,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ destructor-ordering.rs \ drop-bind-thunk-args.rs \ drop-on-empty-block-exit.rs \ + drop-parametric-closure-with-bound-box.rs \ export-non-interference.rs \ exterior.rs \ fn-lval.rs \ |