summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/property-dot-reference.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/property-dot-reference.mm')
-rw-r--r--test/CodeGenObjCXX/property-dot-reference.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/property-dot-reference.mm b/test/CodeGenObjCXX/property-dot-reference.mm
index e64b397..be6742a 100644
--- a/test/CodeGenObjCXX/property-dot-reference.mm
+++ b/test/CodeGenObjCXX/property-dot-reference.mm
@@ -50,7 +50,7 @@ void test2() {
void(obj.myProperty);
void(obj.myGetter);
}
-// CHECK: define void @_Z5test2v()
+// CHECK-LABEL: define void @_Z5test2v()
// CHECK: call i32 bitcast
// CHECK: call double bitcast
// CHECK: call i32 bitcast
OpenPOWER on IntegriCloud