diff options
Diffstat (limited to 'test/Index/complete-exprs.c')
-rw-r--r-- | test/Index/complete-exprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/complete-exprs.c b/test/Index/complete-exprs.c index 35fe40405e..2a7a1e2121 100644 --- a/test/Index/complete-exprs.c +++ b/test/Index/complete-exprs.c @@ -48,6 +48,6 @@ void f4(const char* str) { // CHECK-CC4: VarDecl:{ResultType struct X}{TypedText f1} (50) (deprecated) // RUN: c-index-test -code-completion-at=%s:19:3 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC6 %s -// CHECK-CC6: FunctionDecl:{ResultType void}{TypedText f3}{LeftParen (}{Placeholder char const *}{Placeholder , ...}{Text , NULL}{RightParen )} (45) +// CHECK-CC6: FunctionDecl:{ResultType void}{TypedText f3}{LeftParen (}{Placeholder char const *, ...}{Text , NULL}{RightParen )} (45) // CHECK-CC6: NotImplemented:{TypedText void} (65) // CHECK-CC6: NotImplemented:{TypedText volatile} (65) |