Test that `--print link-args` ends in newline

This commit is contained in:
Alan Egerton 2024-07-09 23:07:38 +01:00
parent 5e2cc5793a
commit f96f68f2ec
No known key found for this signature in database
GPG Key ID: 7D4C2F6C22122532
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ fn main() {
.run_unchecked();
out.assert_stdout_contains("lfoo");
out.assert_stdout_contains("lbar");
assert!(out.stdout_utf8().ends_with('\n'));
}