diff options
Diffstat (limited to 'test/CodeGenObjC/arc-property.m')
-rw-r--r-- | test/CodeGenObjC/arc-property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-property.m b/test/CodeGenObjC/arc-property.m index dde02d7..c3c7e2b 100644 --- a/test/CodeGenObjC/arc-property.m +++ b/test/CodeGenObjC/arc-property.m @@ -7,7 +7,7 @@ void test0(Test0 *t0, id value) { t0.value = value; } -// CHECK: define void @test0( +// CHECK-LABEL: define void @test0( // CHECK: call void @objc_storeStrong // CHECK: call void @objc_storeStrong // CHECK: @objc_msgSend |