Skip to content

Commit c6fcb0e

Browse files
committed
Fix unintenional newline in stderr assertion
1 parent 2fbce89 commit c6fcb0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testsuite/new.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ fn restricted_windows_name() {
543543
.with_stderr(
544544
"\
545545
[ERROR] cannot use name `nul`, it is a reserved Windows filename
546-
If you need a crate name to not match the directory name, consider using --name fla
547-
g.
546+
If you need a crate name to not match the directory name, consider using --name flag.
548547
",
549548
)
550549
.run();

0 commit comments

Comments
 (0)