diff options
| author | bors <bors@rust-lang.org> | 2014-02-11 09:37:18 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-11 09:37:18 -0800 |
| commit | 4c967e70414cad67e4cd28a9fd2cc267ccf85da9 (patch) | |
| tree | 8687c24d16e4516eb9582ef77b39d3a89cf05263 /src/test/run-pass/syntax-extension-source-utils.rs | |
| parent | 616e53f0380854300ad53a8a85b809d93e272f0c (diff) | |
| parent | f62460c1f54a693cd046513ef6776bb3551c929d (diff) | |
| download | rust-4c967e70414cad67e4cd28a9fd2cc267ccf85da9.tar.gz rust-4c967e70414cad67e4cd28a9fd2cc267ccf85da9.zip | |
auto merge of #12110 : fhahn/rust/issue-11363-change-xfail, r=alexcrichton
Patch for #11363
Diffstat (limited to 'src/test/run-pass/syntax-extension-source-utils.rs')
| -rw-r--r-- | src/test/run-pass/syntax-extension-source-utils.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/syntax-extension-source-utils.rs b/src/test/run-pass/syntax-extension-source-utils.rs index bf93dd0ae49..276f792d659 100644 --- a/src/test/run-pass/syntax-extension-source-utils.rs +++ b/src/test/run-pass/syntax-extension-source-utils.rs @@ -1,4 +1,4 @@ -// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT +// Copyright 2012-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. // @@ -9,7 +9,7 @@ // except according to those terms. // This test is brittle! -// xfail-pretty - the pretty tests lose path information, breaking include! +// ignore-pretty - the pretty tests lose path information, breaking include! #[feature(macro_rules)]; |
