Skip to content

Commit 95c4af5

Browse files
committed
Adapt pretty tests expected outputs
1 parent 165c0e8 commit 95c4af5

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

tests/pretty/autodiff/inherent_impl.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#![feature(autodiff)]
66
#[prelude_import]
77
use ::std::prelude::rust_2015::*;
8-
#[macro_use]
98
extern crate std;
109
//@ pretty-mode:expanded
1110
//@ pretty-compare-only

tests/pretty/hir-delegation.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#![feature(fn_delegation)]
77
#[prelude_import]
88
use ::std::prelude::rust_2015::*;
9-
#[macro_use]
109
extern crate std;
1110

1211
fn b<C>(e: C) { }

tests/pretty/hir-if-else.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#[prelude_import]
22
use ::std::prelude::rust_2015::*;
3-
#[macro_use]
43
extern crate std;
54
//@ pretty-compare-only
65
//@ pretty-mode:hir

tests/pretty/if-else.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![no_std]
33
#[prelude_import]
44
use ::std::prelude::rust_2015::*;
5-
#[macro_use]
65
extern crate std;
76
//@ pretty-compare-only
87
//@ pretty-mode:expanded

tests/pretty/never-pattern.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#![feature(never_type)]
1010
#[prelude_import]
1111
use ::std::prelude::rust_2015::*;
12-
#[macro_use]
1312
extern crate std;
1413

1514
fn f(x: Result<u32, !>) { _ = match x { Ok(x) => x, Err(!) , }; }

tests/pretty/pin-ergonomics-hir.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#![allow(dead_code, incomplete_features)]
77
#[prelude_import]
88
use ::std::prelude::rust_2015::*;
9-
#[macro_use]
109
extern crate std;
1110

1211
use std::pin::Pin;

tests/pretty/shebang-at-top.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![no_std]
44
#[prelude_import]
55
use ::std::prelude::rust_2015::*;
6-
#[macro_use]
76
extern crate std;
87
//@ pretty-mode:expanded
98
//@ pp-exact:shebang-at-top.pp

0 commit comments

Comments
 (0)