diff options
Diffstat (limited to 'src/test/run-fail/spawnfail.rs')
| -rw-r--r-- | src/test/run-fail/spawnfail.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/run-fail/spawnfail.rs b/src/test/run-fail/spawnfail.rs index 122ea901805..f52193b7376 100644 --- a/src/test/run-fail/spawnfail.rs +++ b/src/test/run-fail/spawnfail.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,8 +8,9 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-test linked failure +// ignore-test linked failure // error-pattern:explicit + extern mod extra; use std::task; |
