From 3ab8cc60180449ec19f9969813a4017b47fcbb7b Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Tue, 24 Aug 2010 21:27:47 -0700 Subject: [PATCH] Fixed the location of the failing XFailed test. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3de9b38ce0f..672c1d79d4f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 \