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 11b63f54..3c977092 100644 --- a/src/Makefile +++ b/src/Makefile @@ -404,6 +404,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/run-fail/task-comm-14.rs \ test/compile-fail/import.rs \ test/compile-fail/import2.rs \ + test/compile-fail/import3.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/bad-send.rs \ test/compile-fail/infinite-vec-type-recursion.rs \ |