about summary refs log tree commit diff
path: root/src/test/ui/allocator
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/ui/allocator
parentc21fbfe7e310b9055ed6b7c46b7d37b831a516e3 (diff)
downloadrust-7f0f0e31ecceacfc627440216e559b9625378ecc.tar.gz
rust-7f0f0e31ecceacfc627440216e559b9625378ecc.zip
Remove double trailing newlines
Diffstat (limited to 'src/test/ui/allocator')
-rw-r--r--src/test/ui/allocator/two-allocators.rs1
-rw-r--r--src/test/ui/allocator/two-allocators2.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/allocator/two-allocators.rs b/src/test/ui/allocator/two-allocators.rs
index c967a45c7b4..10fb03c3930 100644
--- a/src/test/ui/allocator/two-allocators.rs
+++ b/src/test/ui/allocator/two-allocators.rs
@@ -7,4 +7,3 @@ static B: System = System;
 //~^ ERROR: cannot define more than one #[global_allocator]
 
 fn main() {}
-
diff --git a/src/test/ui/allocator/two-allocators2.rs b/src/test/ui/allocator/two-allocators2.rs
index b7a07cc274e..96da780e4a2 100644
--- a/src/test/ui/allocator/two-allocators2.rs
+++ b/src/test/ui/allocator/two-allocators2.rs
@@ -10,4 +10,3 @@ use std::alloc::System;
 static A: System = System;
 
 fn main() {}
-