Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wright committed Dec 14, 2018
1 parent df73348 commit be40d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/write_with_newline.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ error: using `write!()` with a format string that ends in a single newline, cons
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

error: aborting due to 5 previous errors
Expand Down

0 comments on commit be40d82

Please sign in to comment.