Skip to content

Commit 137775d

Browse files
committed
Fix incorrect CHECK-LABEL
1 parent 3695af6 commit 137775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/maybeuninit-rvo.rs

+1-1
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)