diff options
| author | Florian Hahn <flo@fhahn.com> | 2014-02-07 20:08:32 +0100 |
|---|---|---|
| committer | Florian Hahn <flo@fhahn.com> | 2014-02-11 18:23:20 +0100 |
| commit | f62460c1f54a693cd046513ef6776bb3551c929d (patch) | |
| tree | 08eb9d35f3e6365256fb4d3fa1404b9c1702750e /src/test/run-pass/static-function-pointer-xc.rs | |
| parent | 5b5ebf230b02e430e087b3f2edaaf1cfe5567b34 (diff) | |
| download | rust-f62460c1f54a693cd046513ef6776bb3551c929d.tar.gz rust-f62460c1f54a693cd046513ef6776bb3551c929d.zip | |
Change `xfail` directives in compiletests to `ignore`, closes #11363
Diffstat (limited to 'src/test/run-pass/static-function-pointer-xc.rs')
| -rw-r--r-- | src/test/run-pass/static-function-pointer-xc.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/static-function-pointer-xc.rs b/src/test/run-pass/static-function-pointer-xc.rs index 4c72c3075ff..22a7c0aa391 100644 --- a/src/test/run-pass/static-function-pointer-xc.rs +++ b/src/test/run-pass/static-function-pointer-xc.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The Rust Project Developers. See the COPYRIGHT +// Copyright 2013-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-fast +// ignore-fast // aux-build:static-function-pointer-aux.rs extern mod aux = "static-function-pointer-aux"; |
