We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--print link-args
1 parent 5e2cc57 commit f96f68fCopy full SHA for f96f68f
tests/run-make/link-arg/rmake.rs
@@ -17,4 +17,5 @@ fn main() {
17
.run_unchecked();
18
out.assert_stdout_contains("lfoo");
19
out.assert_stdout_contains("lbar");
20
+ assert!(out.stdout_utf8().ends_with('\n'));
21
}
0 commit comments