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