From dd6f2c1d2e5a70e68609eeecc96a23c13b05a226 Mon Sep 17 00:00:00 2001 From: Gabor Buella Date: Wed, 4 Jul 2018 11:26:09 +0000 Subject: [PATCH] NFC - Fix typo in test/CodeGenObjC/gnustep2-class.m git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336263 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/gnustep2-class.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/gnustep2-class.m b/test/CodeGenObjC/gnustep2-class.m index eaa4f0e8c7..0103a6fcee 100644 --- a/test/CodeGenObjC/gnustep2-class.m +++ b/test/CodeGenObjC/gnustep2-class.m @@ -51,5 +51,5 @@ // And check that we get a pointer to it in the right place // CHECK: @._OBJC_REF_CLASS_X = global // CHECK-SAME: @._OBJC_CLASS_X -// CHECK-SAMEsection "__objc_class_refs" +// CHECK-SAME: section "__objc_class_refs" -- 2.50.1