diff options
Diffstat (limited to 'test/CodeCompletion/macros.c')
-rw-r--r-- | test/CodeCompletion/macros.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeCompletion/macros.c b/test/CodeCompletion/macros.c index 6330d25172..0758bbf768 100644 --- a/test/CodeCompletion/macros.c +++ b/test/CodeCompletion/macros.c @@ -19,11 +19,7 @@ void test(struct Point *p) { // RUN: %clang_cc1 -include-pch %t -fsyntax-only -code-completion-macros -code-completion-at=%s:12:14 %s -o - | FileCheck -check-prefix=CC1 %s // RUN: %clang_cc1 -include-pch %t -fsyntax-only -code-completion-macros -code-completion-at=%s:14:9 %s -o - | FileCheck -check-prefix=CC2 %s - // CC1: BAR(<#X#>, <#Y#>) // CC1: color - // CC1: FOO - // CC1: IDENTITY(<#X#>) - // CC1: WIBBLE // CC1: x // CC1: y // CC1: z |