Skip to content

Commit d940d54

Browse files
committed
Ignore pretty.
1 parent b13392f commit d940d54

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

src/test/run-pass/hygiene/arguments.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
macro m($t:ty, $e:expr) {

src/test/run-pass/hygiene/fields.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
mod foo {

src/test/run-pass/hygiene/impl_items.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
mod foo {

src/test/run-pass/hygiene/intercrate.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
// aux-build:intercrate.rs
1214

1315
#![feature(decl_macro)]

src/test/run-pass/hygiene/items.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
pub macro m($foo:ident, $f:ident, $e:expr) {

src/test/run-pass/hygiene/lexical.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
mod bar {

src/test/run-pass/hygiene/trait_items.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
macro m($T:ident, $f:ident) {

src/test/run-pass/hygiene/ty_params.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty pretty-printing is unhygienic
12+
1113
#![feature(decl_macro)]
1214

1315
macro m($T:ident) {

0 commit comments

Comments
 (0)