]> git.lizzy.rs Git - rust.git/commitdiff
Remove `ignore-tidy-linelength` from tests that no longer need it
authorLuke Gallagher <luke@hypergeometric.net>
Wed, 8 Apr 2015 22:20:51 +0000 (08:20 +1000)
committerLuke Gallagher <luke@hypergeometric.net>
Wed, 8 Apr 2015 22:21:59 +0000 (08:21 +1000)
src/test/compile-fail/bad-mid-path-type-params.rs
src/test/compile-fail/bad-sized.rs
src/test/compile-fail/coherence-default-trait-impl.rs
src/test/compile-fail/coherence-orphan.rs
src/test/compile-fail/issue-8767.rs
src/test/compile-fail/lint-stability.rs
src/test/compile-fail/lint-uppercase-variables.rs
src/test/compile-fail/typeck-default-trait-impl-outside-crate.rs
src/test/compile-fail/use-after-move-implicity-coerced-object.rs
src/test/debuginfo/gdb-pretty-std.rs

index 7a7406115d39365a5735d7f24a735eaa43c91941..20ac757354faf0ccf738300f73b692d2c81bd2de 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 struct S<T> {
     contents: T,
 }
index 1944acbe1f34560115eb28ee004e6424d2e866de..5878e9a9f649be3b1e80adb796ba44f634305bb5 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 use std::cell::RefCell;
 
 trait Trait : ::std::marker::MarkerTrait {}
index a5b317307379e82cfa80d034d4a95e8bca787c6c..062a4a43b694b14ae86ef57172f3032a5b25e286 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 #![feature(optin_builtin_traits)]
 
 use std::marker::MarkerTrait;
index 2243a0507f2d14cc4a32d8f70cbaf5ed2d79d55e..78435f1a78a16874da4f0caf183bd8bfd6f7d8e2 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
 // aux-build:coherence_orphan_lib.rs
 
 #![feature(optin_builtin_traits)]
index 9abd8c9e3fcda2acfa5c6b16255dcff546913d20..96c8ec45058561af386d9b97011f87e162a906cb 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 impl B { //~ ERROR use of undeclared type name `B`
 }
 
index 391b49e10686ec41e68c71e30bcad03ec60573af..16f195b4ea2689cee2c7d06c137d2538351adeb2 100644 (file)
@@ -12,7 +12,6 @@
 // aux-build:inherited_stability.rs
 // aux-build:stability_cfg1.rs
 // aux-build:stability_cfg2.rs
-// ignore-tidy-linelength
 
 #![deny(deprecated)]
 #![allow(dead_code)]
index 517be0eb8acd9e6c869ec244338fb05bb67d33e9..1615af400713c2a2ddaf78722ed93b65ecf309b1 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 #![allow(dead_code)]
 #![deny(non_snake_case)]
 
index a345bd1b65c0ea1f1f7c83ac410dd066e7dfb78c..09b97dfb30f24f8063084a32e847f26ca15499e4 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 #![feature(optin_builtin_traits)]
 
 impl Copy for .. {}
index 26d22b072eb48ce3eda25139d5348ebe21141180..addc5721752316d4476096969b9bc5a10c644b3d 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-tidy-linelength
-
 #![feature(box_syntax)]
 
 use std::fmt;
index dbf80a9bccce83b0d996e7ea3da2e637030cb619..1da9a06b0eea4cea1b3300c13a032168ffa122f0 100644 (file)
@@ -10,7 +10,6 @@
 
 // ignore-windows failing on win32 bot
 // ignore-freebsd: gdb package too new
-// ignore-tidy-linelength
 // ignore-lldb
 // ignore-android: FIXME(#10381)
 // compile-flags:-g