diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2019-05-02 07:38:07 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2019-05-02 07:38:07 +0000 |
commit | da7ae979f8f862ebfd7f059be7a8d65901f843a9 (patch) | |
tree | fcfed0a193bf4a844359af4c879a7053d493c925 /clang/test/CodeGenObjC | |
parent | 2f0ef58e535c8578dbc2cf57e85b61d8aa5c1643 (diff) | |
download | bcm5719-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.m | 2 |
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 |