diff options
Diffstat (limited to 'test/CodeCompletion/tag.c')
-rw-r--r-- | test/CodeCompletion/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeCompletion/tag.c b/test/CodeCompletion/tag.c index 6ad2988..d49fb04 100644 --- a/test/CodeCompletion/tag.c +++ b/test/CodeCompletion/tag.c @@ -7,6 +7,6 @@ void X(); void test() { enum X { x }; enum - // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:9:7 %s -o - | FileCheck -check-prefix=CC1 %s + // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:9:7 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s // CHECK-CC1: X // CHECK-CC1: Y |