Skip to content

Commit fd925bf

Browse files
committed
fix comment formatting
why do we format CHECK lines in tests??
1 parent d8458a5 commit fd925bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/codegen-llvm/preserve-none.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pub extern "rust-preserve-none" fn peach(x: u16) {
1010
panic!("unwinding works too")
1111
}
1212

13+
// CHECK: call preserve_nonecc void @peach(i16
1314
pub fn quince(x: u16) {
1415
if x == 12345 {
15-
// CHECK: call preserve_nonecc void @peach(i16
1616
peach(54321);
1717
}
1818
}

0 commit comments

Comments
 (0)