diff options
| author | Graydon Hoare <[email protected]> | 2011-01-21 17:05:25 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-21 17:05:25 -0800 |
| commit | 37805518780d612ded2a2124fe9df1400123af0d (patch) | |
| tree | e46f15e1f9b2a838ef80e90cd10fba7578355e05 /src | |
| parent | Un-XFAIL 7 tests that have begun working on rustc lately. Fix one bug in mlis... (diff) | |
| download | rust-37805518780d612ded2a2124fe9df1400123af0d.tar.xz rust-37805518780d612ded2a2124fe9df1400123af0d.zip | |
Re-XFAIL integral-indexing.rs. Seems OSX and linux still don't like it.
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 4d43430c..999f6a7a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -456,7 +456,6 @@ TEST_XFAILS_RUSTC := $(filter-out \ import5.rs \ import6.rs \ import7.rs \ - integral-indexing.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ |