Skip to content

Commit

Permalink
update codegent test to be independent of panic strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jun 14, 2023
1 parent 0526267 commit f5d3de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/naked-nocoverage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::arch::asm;
#[naked]
#[no_mangle]
pub unsafe extern "C" fn f() {
// CHECK: define void @f()
// CHECK: define {{(dso_local )?}}void @f()
// CHECK-NEXT: start:
// CHECK-NEXT: call void asm
// CHECK-NEXT: unreachable
Expand Down

0 comments on commit f5d3de2

Please sign in to comment.