Skip to content

Commit 4abff0d

Browse files
committed
Fix fmt
1 parent e4b9a8a commit 4abff0d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/assembly-llvm/asm/aarch64-types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ check!(vreg_low16_ptr ptr vreg_low16 "fmov" "s");
445445
// CHECK: //NO_APP
446446
check!(vreg_ptr ptr vreg "fmov" "s");
447447

448-
449448
// CHECK-LABEL: {{("#)?}}v0_f128{{"?}}
450449
// CHECK: //APP
451450
// CHECK: fmov s0, s0

tests/assembly-llvm/asm/avr-types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ check_regw!(r25r24_i16 i16 "r25r24" "r24");
201201
// CHECK: ;APP
202202
// CHECK: movw r26, r26
203203
// CHECK: ;NO_APP
204-
check_regw!(x_i16 i16 "X" "X");
204+
check_regw!(x_i16 i16 "X" "X");

tests/assembly-llvm/asm/msp430-types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use minicore::*;
1313

1414
type ptr = *const i16;
1515

16-
1716
extern "C" {
1817
fn extern_func();
1918
static extern_static: i8;
@@ -128,6 +127,7 @@ checkb!(reg_i8b i8 reg);
128127
// CHECK: mov r5, r5
129128
// CHECK: ;NO_APP
130129
check_reg!(r5_i16 i16 "r5");
130+
131131
// CHECK-LABEL: r5_i8:
132132
// CHECK: ;APP
133133
// CHECK: mov r5, r5

0 commit comments

Comments
 (0)