mirror of https://github.com/rust-lang/rust.git
Test that `--print link-args` ends in newline
This commit is contained in:
parent
5e2cc5793a
commit
f96f68f2ec
|
@ -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'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue