Skip to content

Commit 3c71124

Browse files
committed
rename label in check-next as per jubilee's suggestion
1 parent 240c20c commit 3c71124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/naked-fn/aligned.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::arch::asm;
1313
#[no_mangle]
1414
#[naked]
1515
pub unsafe extern "C" fn naked_empty() {
16-
// CHECK-NEXT: {{.+}}:
16+
// CHECK-NEXT: start:
1717
// CHECK-NEXT: call void asm
1818
// CHECK-NEXT: unreachable
1919
asm!("ret", options(noreturn));

0 commit comments

Comments
 (0)