diff options
Diffstat (limited to 'test/CodeCompletion/enum-switch-case.cpp')
| -rw-r--r-- | test/CodeCompletion/enum-switch-case.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/CodeCompletion/enum-switch-case.cpp b/test/CodeCompletion/enum-switch-case.cpp index 2677f33f98f27..997845afe5845 100644 --- a/test/CodeCompletion/enum-switch-case.cpp +++ b/test/CodeCompletion/enum-switch-case.cpp @@ -19,7 +19,7 @@ void test(enum N::Color color) {      break;    case  -    // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:21:8 %s -o - | FileCheck -check-prefix=CC1 %s +    // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:21:8 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s      // CHECK-CC1: Blue : [#N::Color#]N::Blue      // CHECK-CC1-NEXT: Green : [#N::Color#]N::Green      // CHECK-CC1-NEXT: Indigo : [#N::Color#]N::Indigo | 
