diff options
| author | Graydon Hoare <[email protected]> | 2010-08-10 16:49:36 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-10 16:49:36 -0700 |
| commit | 60e5ad384e6b748a780148e9232b9bb44cd08cec (patch) | |
| tree | af77eea66fd109028bb8682c656e161fbc2f58f8 /src/Makefile | |
| parent | un-XFAIL lib-deque.rs, as it seems to have been waiting on something recently... (diff) | |
| download | rust-60e5ad384e6b748a780148e9232b9bb44cd08cec.tar.xz rust-60e5ad384e6b748a780148e9232b9bb44cd08cec.zip | |
Put out burning tinderbox on OSX.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 781c66b3..63cc67d0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -398,6 +398,7 @@ 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 \ |