aboutsummaryrefslogtreecommitdiff
path: root/test/Index/TestClassDecl.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/TestClassDecl.m')
-rw-r--r--test/Index/TestClassDecl.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/TestClassDecl.m b/test/Index/TestClassDecl.m
index 038353b11dd6..899765eb0a2d 100644
--- a/test/Index/TestClassDecl.m
+++ b/test/Index/TestClassDecl.m
@@ -1,6 +1,6 @@
// RUN: c-index-test -write-pch %t.ast -fobjc-nonfragile-abi -fblocks -x objective-c %s
-// RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=scan %s
-// RUN: c-index-test -test-load-tu %t.ast local | FileCheck -check-prefix=load %s
+// RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s
+// RUN: c-index-test -test-load-tu %t.ast local | FileCheck -check-prefix=CHECK-load %s
// This test checks how the @class resolves as a cursor when there is a real definition
// that follows. <rdar://problem/7383421>