Skip to content

Commit 65d1534

Browse files
committed
Fix test again
1 parent ce36335 commit 65d1534

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

tests/ui/outer_expn_data.fixed

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#[macro_use]
77
extern crate rustc;
8-
#[macro_use]
98
extern crate rustc_hir;
109
#[macro_use]
1110
extern crate rustc_session;

tests/ui/outer_expn_data.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#[macro_use]
77
extern crate rustc;
8-
#[macro_use]
98
extern crate rustc_hir;
109
#[macro_use]
1110
extern crate rustc_session;

tests/ui/outer_expn_data.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: usage of `outer_expn().expn_data()`
2-
--> $DIR/outer_expn_data.rs:25:34
2+
--> $DIR/outer_expn_data.rs:24:34
33
|
44
LL | let _ = expr.span.ctxt().outer_expn().expn_data();
55
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `outer_expn_data()`

0 commit comments

Comments
 (0)