aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3d31fad3..699c3b3d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -395,6 +395,7 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \
test/run-pass/generic-recursive-tag.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 \
test/run-pass/task-comm.rs \
@@ -468,6 +469,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
lazy-init.rs \
lazychan.rs \
lib-deque.rs \
+ lib-map.rs \
lib-rand.rs \
linear-for-loop.rs \
list.rs \