diff options
| author | varkor <github@varkor.com> | 2019-04-22 16:55:33 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-04-22 16:57:01 +0100 |
| commit | 7f0f0e31ecceacfc627440216e559b9625378ecc (patch) | |
| tree | f5118141db9b871f0189330959f5524f31301314 /src/test/codegen | |
| parent | c21fbfe7e310b9055ed6b7c46b7d37b831a516e3 (diff) | |
| download | rust-7f0f0e31ecceacfc627440216e559b9625378ecc.tar.gz rust-7f0f0e31ecceacfc627440216e559b9625378ecc.zip | |
Remove double trailing newlines
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/likely.rs | 1 | ||||
| -rw-r--r-- | src/test/codegen/nounwind.rs | 1 | ||||
| -rw-r--r-- | src/test/codegen/packed.rs | 1 | ||||
| -rw-r--r-- | src/test/codegen/union-abi.rs | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/test/codegen/likely.rs b/src/test/codegen/likely.rs index c56cf718f98..c5a0185bd48 100644 --- a/src/test/codegen/likely.rs +++ b/src/test/codegen/likely.rs @@ -28,4 +28,3 @@ pub fn check_unlikely(x: i32, y: i32) -> Option<i32> { } } } - diff --git a/src/test/codegen/nounwind.rs b/src/test/codegen/nounwind.rs index 49a74ef7ab4..f639c60b893 100644 --- a/src/test/codegen/nounwind.rs +++ b/src/test/codegen/nounwind.rs @@ -14,4 +14,3 @@ pub fn foo() { // CHECK: @bar() unnamed_addr #0 // CHECK: attributes #0 = { {{.*}}nounwind{{.*}} } } - diff --git a/src/test/codegen/packed.rs b/src/test/codegen/packed.rs index b42161db98a..3c8ff394849 100644 --- a/src/test/codegen/packed.rs +++ b/src/test/codegen/packed.rs @@ -152,4 +152,3 @@ pub fn pkd2_nested_pair(pair1: &mut Packed2NestedPair, pair2: &mut Packed2Nested // CHECK: call void @llvm.memcpy.{{.*}}(i8* align 2 %{{.*}}, i8* align 2 %{{.*}}, i{{[0-9]+}} 8, i1 false) *pair2 = *pair1; } - diff --git a/src/test/codegen/union-abi.rs b/src/test/codegen/union-abi.rs index 03b55eb52a2..b7baffe1669 100644 --- a/src/test/codegen/union-abi.rs +++ b/src/test/codegen/union-abi.rs @@ -73,4 +73,3 @@ pub union UnionBool { b:bool } #[no_mangle] pub fn test_UnionBool(b: UnionBool) -> bool { unsafe { b.b } } // CHECK: %0 = trunc i8 %b to i1 - |
