Skip to content

Commit be40d82

Browse files
author
Michael Wright
committed
Fix test
1 parent df73348 commit be40d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/write_with_newline.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ error: using `write!()` with a format string that ends in a single newline, cons
2525
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2626

2727
error: using `write!()` with a format string that ends in a single newline, consider using `writeln!()` instead
28-
--> $DIR/write_with_newline.rs:44:5
28+
--> $DIR/write_with_newline.rs:41:5
2929
|
30-
44 | write!(&mut v, "//n");
30+
41 | write!(&mut v, "//n");
3131
| ^^^^^^^^^^^^^^^^^^^^^^
3232

3333
error: aborting due to 5 previous errors

0 commit comments

Comments
 (0)