mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 17:07:36 +00:00
Fixed the location of the failing XFailed test.
This commit is contained in:
parent
64ff82ecf9
commit
3ab8cc6018
@ -542,7 +542,6 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
|
|||||||
task-comm-12.rs \
|
task-comm-12.rs \
|
||||||
task-comm-13.rs \
|
task-comm-13.rs \
|
||||||
task-comm-13-thread.rs \
|
task-comm-13-thread.rs \
|
||||||
task-comm-14.rs \
|
|
||||||
task-comm-15.rs \
|
task-comm-15.rs \
|
||||||
task-life-0.rs \
|
task-life-0.rs \
|
||||||
threads.rs \
|
threads.rs \
|
||||||
@ -576,6 +575,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
|
|||||||
str-overrun.rs \
|
str-overrun.rs \
|
||||||
vec-overrun.rs \
|
vec-overrun.rs \
|
||||||
vec-underrun.rs \
|
vec-underrun.rs \
|
||||||
|
task-comm-14.rs \
|
||||||
) \
|
) \
|
||||||
$(addprefix test/compile-fail/, \
|
$(addprefix test/compile-fail/, \
|
||||||
bad-recv.rs \
|
bad-recv.rs \
|
||||||
|
Loading…
Reference in New Issue
Block a user