diff options
| author | Graydon Hoare <[email protected]> | 2011-03-09 19:01:13 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-09 19:01:13 -0800 |
| commit | fb246e4e478b487da3a0ad36583217b32f483116 (patch) | |
| tree | 93d19e99931a1a9a593a8a4ca5be7b77deccea95 /src/Makefile | |
| parent | rustc: Have tag patterns use the type parameter information from the typechec... (diff) | |
| download | rust-fb246e4e478b487da3a0ad36583217b32f483116.tar.xz rust-fb246e4e478b487da3a0ad36583217b32f483116.zip | |
Un-XFAIL a couple export-related tests.
Diffstat (limited to 'src/Makefile')
| -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 \ |