Change xfail directives in compiletests to ignore, closes #11363

This commit is contained in:
Florian Hahn 2014-02-07 20:08:32 +01:00
parent 5b5ebf230b
commit f62460c1f5
539 changed files with 1154 additions and 1142 deletions

View file

@ -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)];