diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index eac87bfd..6bb40a98 100644 --- a/src/Makefile +++ b/src/Makefile @@ -405,6 +405,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/compile-fail/import.rs \ test/compile-fail/import2.rs \ test/compile-fail/import3.rs \ + test/compile-fail/import4.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/bad-send.rs \ test/compile-fail/infinite-vec-type-recursion.rs \ @@ -485,6 +486,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import.rs \ import2.rs \ import3.rs \ + import4.rs \ while-type-error.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |