Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 6, 2020
1 parent ce36335 commit 65d1534
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion tests/ui/outer_expn_data.fixed
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#[macro_use]
extern crate rustc;
#[macro_use]
extern crate rustc_hir;
#[macro_use]
extern crate rustc_session;
Expand Down
1 change: 0 additions & 1 deletion tests/ui/outer_expn_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#[macro_use]
extern crate rustc;
#[macro_use]
extern crate rustc_hir;
#[macro_use]
extern crate rustc_session;
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/outer_expn_data.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: usage of `outer_expn().expn_data()`
--> $DIR/outer_expn_data.rs:25:34
--> $DIR/outer_expn_data.rs:24:34
|
LL | let _ = expr.span.ctxt().outer_expn().expn_data();
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `outer_expn_data()`
Expand Down

0 comments on commit 65d1534

Please sign in to comment.