about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <rfrostig@mozilla.com>2010-07-28 14:00:44 -0700
committerRoy Frostig <rfrostig@mozilla.com>2010-07-28 14:00:44 -0700
commit596d19e2ea1f2cc96f7e493171a692bc0b912ce6 (patch)
treef9a4be20be28121856a359e31ba0d07c56bf1213 /src/Makefile
parent80307576245aabf00285db020bbfbc4c3a891766 (diff)
downloadrust-596d19e2ea1f2cc96f7e493171a692bc0b912ce6.tar.gz
rust-596d19e2ea1f2cc96f7e493171a692bc0b912ce6.zip
Test the deque a bit. Give it a get-by-index method. Fix two uncovered state-calculation bugs --- one decently, the other with an ugly hack. Bug on the latter coming right up.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index c1e7ce41959..33f10b3936e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -426,6 +426,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
                       lazy-and-or.rs \
                       lazy-init.rs \
                       lazychan.rs \
+                      lib-deque.rs \
                       lib-rand.rs \
                       linear-for-loop.rs \
                       list.rs \