From: Dmitri Gribenko Date: Mon, 25 Feb 2019 13:41:59 +0000 (+0000) Subject: Fixed typos in tests: s/CHEKC/CHECK/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=181d2e984c02715301b431f15660ad9d09280fd3;p=clang Fixed typos in tests: s/CHEKC/CHECK/ Reviewers: ilya-biryukov Subscribers: nemanjai, javed.absar, jsji, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D58611 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/dllstorage.m b/test/CodeGenObjC/dllstorage.m index 2cc4dc72a0..da90824a82 100644 --- a/test/CodeGenObjC/dllstorage.m +++ b/test/CodeGenObjC/dllstorage.m @@ -85,7 +85,7 @@ __declspec(dllimport) } @end -// CHEKC-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32 +// CHECK-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32 // CHECK-IR-DAG: @"OBJC_IVAR_$_M._ivar" = external dllimport global i32 diff --git a/test/CodeGenObjC/gnustep2-category-protocol.m b/test/CodeGenObjC/gnustep2-category-protocol.m index 6463474507..750b6e0792 100644 --- a/test/CodeGenObjC/gnustep2-category-protocol.m +++ b/test/CodeGenObjC/gnustep2-category-protocol.m @@ -5,7 +5,7 @@ // to a protocol in a binary. // CHECK: @._OBJC_PROTOCOL_Y = global -// CHEKC-SAME: section "__objc_protocols", comdat, align 8 +// CHECK-SAME: section "__objc_protocols", comdat, align 8 @interface X