Skip to content

Commit 3ab8cc6

Browse files
committed
Fixed the location of the failing XFailed test.
1 parent 64ff82e commit 3ab8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
542542
task-comm-12.rs \
543543
task-comm-13.rs \
544544
task-comm-13-thread.rs \
545-
task-comm-14.rs \
546545
task-comm-15.rs \
547546
task-life-0.rs \
548547
threads.rs \
@@ -576,6 +575,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
576575
str-overrun.rs \
577576
vec-overrun.rs \
578577
vec-underrun.rs \
578+
task-comm-14.rs \
579579
) \
580580
$(addprefix test/compile-fail/, \
581581
bad-recv.rs \

0 commit comments

Comments
 (0)