Skip to content

Commit

Permalink
Fixed the location of the failing XFailed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbebenita committed Aug 25, 2010
1 parent 64ff82e commit 3ab8cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 3ab8cc6

Please sign in to comment.