Fixed the location of the failing XFailed test.

This commit is contained in:
Michael Bebenita 2010-08-24 21:27:47 -07:00
parent 64ff82ecf9
commit 3ab8cc6018

@ -542,7 +542,6 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
task-comm-12.rs \
task-comm-13.rs \
task-comm-13-thread.rs \
task-comm-14.rs \
task-comm-15.rs \
task-life-0.rs \
threads.rs \
@ -576,6 +575,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
str-overrun.rs \
vec-overrun.rs \
vec-underrun.rs \
task-comm-14.rs \
) \
$(addprefix test/compile-fail/, \
bad-recv.rs \