aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-21 17:05:25 -0800
committerGraydon Hoare <[email protected]>2011-01-21 17:05:25 -0800
commit37805518780d612ded2a2124fe9df1400123af0d (patch)
treee46f15e1f9b2a838ef80e90cd10fba7578355e05 /src
parentUn-XFAIL 7 tests that have begun working on rustc lately. Fix one bug in mlis... (diff)
downloadrust-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/Makefile1
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 \