Skip to content

Commit b04bfbd

Browse files
justjosiasebroto
authored andcommitted
Fix print_stderr.stderr test
1 parent 51cee15 commit b04bfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/print_stderr.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LL | eprintln!("Hello");
77
= note: `-D clippy::print-stderr` implied by `-D warnings`
88

99
error: use of `eprint!`
10-
--> $DIR/print_stderr.rs:5:5
10+
--> $DIR/print_stderr.rs:6:5
1111
|
1212
LL | eprint!("World");
1313
| ^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)