about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-04-22 16:55:33 +0100
committervarkor <github@varkor.com>2019-04-22 16:57:01 +0100
commit7f0f0e31ecceacfc627440216e559b9625378ecc (patch)
treef5118141db9b871f0189330959f5524f31301314 /src/test/debuginfo
parentc21fbfe7e310b9055ed6b7c46b7d37b831a516e3 (diff)
downloadrust-7f0f0e31ecceacfc627440216e559b9625378ecc.tar.gz
rust-7f0f0e31ecceacfc627440216e559b9625378ecc.zip
Remove double trailing newlines
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/should-fail.rs1
-rw-r--r--src/test/debuginfo/unreachable-locals.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/should-fail.rs b/src/test/debuginfo/should-fail.rs
index 441be56b5b4..8765c018b10 100644
--- a/src/test/debuginfo/should-fail.rs
+++ b/src/test/debuginfo/should-fail.rs
@@ -25,4 +25,3 @@ fn main() {
 }
 
 fn zzz() {()}
-
diff --git a/src/test/debuginfo/unreachable-locals.rs b/src/test/debuginfo/unreachable-locals.rs
index b6971f353a5..5787f819cb9 100644
--- a/src/test/debuginfo/unreachable-locals.rs
+++ b/src/test/debuginfo/unreachable-locals.rs
@@ -156,4 +156,3 @@ fn diverge() -> ! {
 }
 
 fn some_predicate() -> bool { true || false }
-