diff options
Diffstat (limited to 'src/test/run-pass/task-killjoin.rs')
| -rw-r--r-- | src/test/run-pass/task-killjoin.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/task-killjoin.rs b/src/test/run-pass/task-killjoin.rs index cba13715068..3d4e091beee 100644 --- a/src/test/run-pass/task-killjoin.rs +++ b/src/test/run-pass/task-killjoin.rs @@ -1,4 +1,4 @@ -// Copyright 2012 The Rust Project Developers. See the COPYRIGHT +// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-test linked failure +// ignore-test linked failure // Create a task that is supervised by another task, join the supervised task // from the supervising task, then fail the supervised task. The supervised |
