summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/extended-block-signature-encode.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/extended-block-signature-encode.m')
-rw-r--r--test/CodeGenObjC/extended-block-signature-encode.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/extended-block-signature-encode.m b/test/CodeGenObjC/extended-block-signature-encode.m
index a380856..3db31fa 100644
--- a/test/CodeGenObjC/extended-block-signature-encode.m
+++ b/test/CodeGenObjC/extended-block-signature-encode.m
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -fencode-extended-block-signature -emit-llvm %s -o - | FileCheck %s
-// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s -check-prefix=BRIEF
+// RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK-BRIEF
// rdar://12109031
@class NSString, NSArray;
OpenPOWER on IntegriCloud