Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9cdc44b

Browse files
committedApr 9, 2024
Fix incorrect CHECK-LABEL
1 parent e2b946e commit 9cdc44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/codegen/maybeuninit-rvo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C-unwind" {
2424
}
2525

2626
pub fn new_from_uninit_unwind() -> Foo {
27-
// CHECK-LABEL: new_from_uninit
27+
// CHECK-LABEL: new_from_uninit_unwind
2828
// CHECK-NOT: call void @llvm.memcpy.
2929
let mut x = std::mem::MaybeUninit::uninit();
3030
unsafe {

0 commit comments

Comments
 (0)
Please sign in to comment.