diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fb1fbbc9..dfe8a063 100644 --- a/src/Makefile +++ b/src/Makefile @@ -384,7 +384,8 @@ TASK_XFAILS := test/run-pass/task-comm-8.rs \ test/run-pass/task-comm-10.rs \ test/run-pass/task-comm-15.rs \ test/run-pass/task-life-0.rs \ - test/run-pass/alt-type-simple.rs + test/run-pass/alt-type-simple.rs \ + test/run-pass/many.rs TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/child-outlives-parent.rs \ |