1
Fork 0

replaced ignore-pretty with no-pretty-expanded

Per @acrichto's suggestion, use the more narrowly focused exclusion.
This commit is contained in:
John Clements 2014-06-25 19:41:16 -07:00
parent 4b833e24c3
commit c956f76c3c
13 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@
// This also serves as a pipes test, because Arcs are implemented with pipes. // This also serves as a pipes test, because Arcs are implemented with pipes.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
extern crate time; extern crate time;

View file

@ -15,7 +15,7 @@
// This also serves as a pipes test, because Arcs are implemented with pipes. // This also serves as a pipes test, because Arcs are implemented with pipes.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
extern crate time; extern crate time;

View file

@ -38,7 +38,7 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
// OF THE POSSIBILITY OF SUCH DAMAGE. // OF THE POSSIBILITY OF SUCH DAMAGE.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
#![feature(phase)] #![feature(phase)]
#[phase(plugin)] extern crate green; #[phase(plugin)] extern crate green;

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
#![feature(phase)] #![feature(phase)]
#![allow(non_snake_case_functions)] #![allow(non_snake_case_functions)]

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
// ignore-win32 FIXME #13259 // ignore-win32 FIXME #13259
extern crate native; extern crate native;

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
#[deriving(PartialEq, Eq, PartialOrd, Ord)] #[deriving(PartialEq, Eq, PartialOrd, Ord)]
enum E<T> { enum E<T> {

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
#![feature(struct_variant)] #![feature(struct_variant)]

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
#[deriving(PartialEq, Eq, PartialOrd, Ord)] #[deriving(PartialEq, Eq, PartialOrd, Ord)]
struct S<T> { struct S<T> {

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
#[deriving(PartialEq, Eq, PartialOrd, Ord)] #[deriving(PartialEq, Eq, PartialOrd, Ord)]
struct TS<T>(T,T); struct TS<T>(T,T);

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
extern crate debug; extern crate debug;

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
extern crate debug; extern crate debug;

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
use std::iter::Unfold; use std::iter::Unfold;

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty FIXME #15189 // no-pretty-expanded FIXME #15189
pub fn main() { pub fn main() {
let yen: char = '¥'; // 0xa5 let yen: char = '¥'; // 0xa5