aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-10 16:35:40 -0700
committerGraydon Hoare <[email protected]>2010-08-10 16:35:40 -0700
commit5d2e94838ecd0043cc8dfbe2f19d16d9703c2890 (patch)
tree37a4fbead2e2140457ea8d92e9685c609dcd9cd4
parentAlways bounce mul/div/mod ops. Closes #131 harder. (diff)
downloadrust-5d2e94838ecd0043cc8dfbe2f19d16d9703c2890.tar.xz
rust-5d2e94838ecd0043cc8dfbe2f19d16d9703c2890.zip
un-XFAIL lib-deque.rs, as it seems to have been waiting on something recently fixed.
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 63cc67d0..781c66b3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -398,7 +398,6 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \
test/run-pass/generic-recursive-tag.rs \
test/run-pass/int-lib.rs \
test/run-pass/iter-ret.rs \
- test/run-pass/lib-deque.rs \
test/run-pass/lib-map.rs \
test/run-pass/mlist-cycle.rs \
test/run-pass/obj-as.rs \