Skip to content

Commit 3cd6cde

Browse files
committed
Make test compatible with 32-bit as well
1 parent 8e64fc9 commit 3cd6cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/personality_lifetimes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub fn test() {
2424
let _s = S;
2525
// Check that the personality slot alloca gets a lifetime start in each cleanup block, not just
2626
// in the first one.
27-
// CHECK: [[SLOT:%[0-9]+]] = alloca { ptr, i32, [1 x i32] }
27+
// CHECK: [[SLOT:%[0-9]+]] = alloca { ptr, i32{{.*}} }
2828
// CHECK-LABEL: cleanup:
2929
// CHECK: call void @llvm.lifetime.start.{{.*}}({{.*}})
3030
// CHECK-LABEL: cleanup1:

0 commit comments

Comments
 (0)