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 3c977092..eac87bfd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -445,6 +445,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import2.rs \ import3.rs \ import4.rs \ + import5.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ @@ -483,6 +484,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arg-type-mismatch.rs \ import.rs \ import2.rs \ + import3.rs \ while-type-error.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |