Skip to content

Commit

Permalink
Fix print_stderr.stderr test
Browse files Browse the repository at this point in the history
  • Loading branch information
justjosias committed Dec 4, 2020
1 parent 0c93301 commit e59cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/print_stderr.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LL | eprintln!("Hello");
= note: `-D clippy::print-stderr` implied by `-D warnings`

error: use of `eprint!`
--> $DIR/print_stderr.rs:5:5
--> $DIR/print_stderr.rs:6:5
|
LL | eprint!("World");
| ^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit e59cbbb

Please sign in to comment.