diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 12:05:49 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 12:06:09 -0800 |
| commit | a93ab2e1b1015ca8b0546ab0e706a9e2c1403318 (patch) | |
| tree | 9a74f2c76b45c6b9f8c0d4d39524c7db1dcf3b68 /src | |
| parent | rustc: Populate the upvar environment when calling iterator bodies. Un-XFAIL ... (diff) | |
| download | rust-a93ab2e1b1015ca8b0546ab0e706a9e2c1403318.tar.xz rust-a93ab2e1b1015ca8b0546ab0e706a9e2c1403318.zip | |
Un-XFAIL test/run-pass/foreach-nested.rs and test/run-pass/foreach-nested-2.rs
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 ccb09990..daf53dd0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -449,8 +449,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ comm.rs \ constrained-type.rs \ destructor-ordering.rs \ - foreach-nested-2.rs \ - foreach-nested.rs \ foreach-put-structured.rs \ foreach-simple-outer-slot.rs \ generic-iter-frame.rs \ |