diff options
| author | Graydon Hoare <[email protected]> | 2010-08-10 16:35:40 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-10 16:35:40 -0700 |
| commit | 5d2e94838ecd0043cc8dfbe2f19d16d9703c2890 (patch) | |
| tree | 37a4fbead2e2140457ea8d92e9685c609dcd9cd4 | |
| parent | Always bounce mul/div/mod ops. Closes #131 harder. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |