Remove ignore-tidy-linelength from tests that no longer need it

This commit is contained in:
Luke Gallagher 2015-04-09 08:20:51 +10:00
parent ff804778c8
commit 2a9e1011b1
10 changed files with 0 additions and 17 deletions

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
struct S<T> { struct S<T> {
contents: T, contents: T,
} }

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
use std::cell::RefCell; use std::cell::RefCell;
trait Trait : ::std::marker::MarkerTrait {} trait Trait : ::std::marker::MarkerTrait {}

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
use std::marker::MarkerTrait; use std::marker::MarkerTrait;

View File

@ -8,7 +8,6 @@
// 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-tidy-linelength
// aux-build:coherence_orphan_lib.rs // aux-build:coherence_orphan_lib.rs
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
impl B { //~ ERROR use of undeclared type name `B` impl B { //~ ERROR use of undeclared type name `B`
} }

View File

@ -12,7 +12,6 @@
// aux-build:inherited_stability.rs // aux-build:inherited_stability.rs
// aux-build:stability_cfg1.rs // aux-build:stability_cfg1.rs
// aux-build:stability_cfg2.rs // aux-build:stability_cfg2.rs
// ignore-tidy-linelength
#![deny(deprecated)] #![deny(deprecated)]
#![allow(dead_code)] #![allow(dead_code)]

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
#![allow(dead_code)] #![allow(dead_code)]
#![deny(non_snake_case)] #![deny(non_snake_case)]

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
impl Copy for .. {} impl Copy for .. {}

View File

@ -8,8 +8,6 @@
// 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-tidy-linelength
#![feature(box_syntax)] #![feature(box_syntax)]
use std::fmt; use std::fmt;

View File

@ -10,7 +10,6 @@
// ignore-windows failing on win32 bot // ignore-windows failing on win32 bot
// ignore-freebsd: gdb package too new // ignore-freebsd: gdb package too new
// ignore-tidy-linelength
// ignore-lldb // ignore-lldb
// ignore-android: FIXME(#10381) // ignore-android: FIXME(#10381)
// compile-flags:-g // compile-flags:-g