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/debug-info/function-arg-initialization.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/debug-info/function-arg-initialization.rs')
| -rw-r--r-- | src/test/debug-info/function-arg-initialization.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/debug-info/function-arg-initialization.rs b/src/test/debug-info/function-arg-initialization.rs index 057d2ac21b5..a96266cff9d 100644 --- a/src/test/debug-info/function-arg-initialization.rs +++ b/src/test/debug-info/function-arg-initialization.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,8 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-android: FIXME(#10381) -// xfail-test: FIXME(#12021) +// ignore-android: FIXME(#10381) +// ignore-test: FIXME(#12021) // This test case checks if function arguments already have the correct value when breaking at the // first line of the function, that is if the function prologue has already been executed at the |
