diff options
| author | Patrick Walton <[email protected]> | 2011-03-07 15:43:55 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-07 15:44:42 -0800 |
| commit | 6f7e21ddac7bd956db55ea6885fbcfd3fb9f29a7 (patch) | |
| tree | 34e82a1b4ac2e53d5fcfcafccbd17dd126c8e03e /src/Makefile | |
| parent | Parse opacity (and drop on the floor), so std.rc parses now. (diff) | |
| download | rust-6f7e21ddac7bd956db55ea6885fbcfd3fb9f29a7.tar.xz rust-6f7e21ddac7bd956db55ea6885fbcfd3fb9f29a7.zip | |
rustc: Truncate or zero-extend indexes appropriately. Un-XFAIL integral-indexing.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a1c13918..2a6e7b15 100644 --- a/src/Makefile +++ b/src/Makefile @@ -456,7 +456,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ generic-recursive-tag.rs \ generic-tag-alt.rs \ generic-tag-values.rs \ - integral-indexing.rs \ iter-range.rs \ iter-ret.rs \ lazychan.rs \ |