aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/blocks-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/blocks-2.m')
-rw-r--r--test/CodeGenObjC/blocks-2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/blocks-2.m b/test/CodeGenObjC/blocks-2.m
index 0c6bd562b539..b9562ad6d64e 100644
--- a/test/CodeGenObjC/blocks-2.m
+++ b/test/CodeGenObjC/blocks-2.m
@@ -30,7 +30,7 @@ void test1() {
// CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)
// CHECK-NEXT: ret void
- // CHECK: landingpad { i8*, i32 } personality
+ // CHECK: landingpad { i8*, i32 }
// CHECK-NEXT: cleanup
// CHECK: [[T1:%.*]] = bitcast [[N_T]]* [[N]] to i8*
// CHECK-NEXT: call void @_Block_object_dispose(i8* [[T1]], i32 8)