diff options
| author | Michael Bebenita <[email protected]> | 2010-08-24 21:27:47 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-08-24 21:27:47 -0700 |
| commit | 3ab8cc60180449ec19f9969813a4017b47fcbb7b (patch) | |
| tree | 787d034b1d62f15c2d583de8c67ac18d0b5be07f /src | |
| parent | Implemented an lock free queue based on this paper http://www.cs.rochester.ed... (diff) | |
| download | rust-3ab8cc60180449ec19f9969813a4017b47fcbb7b.tar.xz rust-3ab8cc60180449ec19f9969813a4017b47fcbb7b.zip | |
Fixed the location of the failing XFailed test.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3de9b38c..672c1d79 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 \ |