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