Skip to content

Commit

Permalink
rename label in check-next as per jubilee's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Aug 27, 2024
1 parent 240c20c commit 3c71124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/naked-fn/aligned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::arch::asm;
#[no_mangle]
#[naked]
pub unsafe extern "C" fn naked_empty() {
// CHECK-NEXT: {{.+}}:
// CHECK-NEXT: start:
// CHECK-NEXT: call void asm
// CHECK-NEXT: unreachable
asm!("ret", options(noreturn));
Expand Down

0 comments on commit 3c71124

Please sign in to comment.