diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 13:48:00 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 13:48:25 -0800 |
| commit | 5c21f039903311a9403b7fe7cfa0d2e455a7c4f0 (patch) | |
| tree | 21dbe14ceefa1801bc7011120bc2167a103d0f28 /src | |
| parent | Switch rustboot from element-wise copying to take+drop+memcpy. Un-XFAIL size-... (diff) | |
| download | rust-5c21f039903311a9403b7fe7cfa0d2e455a7c4f0.tar.xz rust-5c21f039903311a9403b7fe7cfa0d2e455a7c4f0.zip | |
rustc: Un-XFAIL test/run-pass/foreach-simple-outer-slot.rs
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b0e2e9c7..e06bb386 100644 --- a/src/Makefile +++ b/src/Makefile @@ -450,7 +450,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ constrained-type.rs \ destructor-ordering.rs \ foreach-put-structured.rs \ - foreach-simple-outer-slot.rs \ iter-ret.rs \ lazychan.rs \ lib-bitv.rs \ |