diff --git a/clang/test/CodeCompletion/objc-member-access.m b/clang/test/CodeCompletion/objc-member-access.m --- a/clang/test/CodeCompletion/objc-member-access.m +++ b/clang/test/CodeCompletion/objc-member-access.m @@ -15,7 +15,7 @@ return foo; } -// RUN: %clang_cc1 -fsyntax-only -code-completion-with-fixits -code-completion-at=%s:16:19 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s +// RUN: %clang_cc1 -fsyntax-only -code-completion-with-fixits -code-completion-at=%s:14:19 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s // CHECK-CC1-NOT: [#int#]_bar // CHECK-CC1-NOT: [#int#]_foo // CHECK-CC1: [#int#]bar