diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile b/src/Makefile index dc69d19e..74e2cd85 100644 --- a/src/Makefile +++ b/src/Makefile @@ -517,17 +517,8 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ TEST_XFAILS_SELF := $(filter-out \ $(addprefix test/run-pass/, \ - arith-0.rs \ - arith-2.rs \ - bool-not.rs \ - char.rs \ - fact.rs \ - dead-code-one-arm-if.rs \ - deep.rs \ - hello.rs \ int.rs \ item-name-overload.rs \ - lazy-init.rs \ multiline-comment.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |