summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2019-05-02 07:38:07 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2019-05-02 07:38:07 +0000
commitda7ae979f8f862ebfd7f059be7a8d65901f843a9 (patch)
treefcfed0a193bf4a844359af4c879a7053d493c925 /clang/test/CodeGenObjC
parent2f0ef58e535c8578dbc2cf57e85b61d8aa5c1643 (diff)
downloadbcm5719-llvm-da7ae979f8f862ebfd7f059be7a8d65901f843a9.tar.gz
bcm5719-llvm-da7ae979f8f862ebfd7f059be7a8d65901f843a9.zip
Fix typo in test case.
llvm-svn: 359761
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/protocols.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocols.m b/clang/test/CodeGenObjC/protocols.m
index a8f49c74fe4..914bf799a11 100644
--- a/clang/test/CodeGenObjC/protocols.m
+++ b/clang/test/CodeGenObjC/protocols.m
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
-// HECK: @[[PROTO_P1:"_OBJC_PROTOCOL_$_P1"]] = weak hidden
+// CHECK: @"\01l_OBJC_$_PROTOCOL_METHOD_TYPES_P1" = private global
// CHECK: @[[PROTO_P1:"_OBJC_PROTOCOL_\$_P1"]] = weak hidden
// CHECK: @[[LABEL_PROTO_P1:"_OBJC_LABEL_PROTOCOL_\$_P1"]] = weak hidden global %{{.*}}* @[[PROTO_P1]]
// CHECK: @[[PROTO_P2:"_OBJC_PROTOCOL_\$_P2"]] = weak hidden
OpenPOWER on IntegriCloud