Test that --print link-args
ends in newline
This commit is contained in:
parent
5e2cc5793a
commit
f96f68f2ec
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ fn main() {
|
||||||
.run_unchecked();
|
.run_unchecked();
|
||||||
out.assert_stdout_contains("lfoo");
|
out.assert_stdout_contains("lfoo");
|
||||||
out.assert_stdout_contains("lbar");
|
out.assert_stdout_contains("lbar");
|
||||||
|
assert!(out.stdout_utf8().ends_with('\n'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue