Skip to content

Commit

Permalink
Fix unintenional newline in stderr assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Sep 10, 2020
1 parent 2fbce89 commit c6fcb0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testsuite/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,7 @@ fn restricted_windows_name() {
.with_stderr(
"\
[ERROR] cannot use name `nul`, it is a reserved Windows filename
If you need a crate name to not match the directory name, consider using --name fla
g.
If you need a crate name to not match the directory name, consider using --name flag.
",
)
.run();
Expand Down

0 comments on commit c6fcb0e

Please sign in to comment.