diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 70e2330e..209e1b90 100644 --- a/src/Makefile +++ b/src/Makefile @@ -447,7 +447,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ constrained-type.rs \ destructor-ordering.rs \ drop-parametric-closure-with-bound-box.rs \ - export-non-interference.rs \ foreach-nested-2.rs \ foreach-nested.rs \ foreach-put-structured.rs \ @@ -507,7 +506,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ threads.rs \ type-sizes.rs \ typestate-cfg-nesting.rs \ - use-import-export.rs \ user.rs \ utf8.rs \ vec-alloc-append.rs \ |