summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/messages.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/messages.m')
-rw-r--r--clang/test/CodeGenObjC/messages.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/messages.m b/clang/test/CodeGenObjC/messages.m
index b36fe5b644e..449279ca60d 100644
--- a/clang/test/CodeGenObjC/messages.m
+++ b/clang/test/CodeGenObjC/messages.m
@@ -13,8 +13,8 @@ void f0(id a) {
int i;
MyPoint pt = { 1, 2};
- // CHECK-MAC: call {{.*}} @objc_msgSend(
- // CHECK-MAC-NF: call {{.*}} @objc_msgSend(
+ // CHECK-MAC: call {{.*}} @objc_msgSend to
+ // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
// CHECK-GNU: call {{.*}} @objc_msg_lookup(
// CHECK-GNU-NF: call {{.*}} @objc_msg_lookup_sender(
[a print0];
OpenPOWER on IntegriCloud