Skip to content

Commit

Permalink
Add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 20, 2018
1 parent 92fad0f commit 297ad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/invalid_const_promotion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ fn main() {
.stdin(Stdio::piped())
.arg("test").output().unwrap();
assert!(!p.status.success());
}
}

0 comments on commit 297ad72

Please sign in to comment.