From: Douglas Gregor Date: Tue, 18 Oct 2011 21:43:22 +0000 (+0000) Subject: Minor tweak to test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa43c97297d8d76b66c5cb1c37f7785db9e1ee17;p=clang Minor tweak to test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/complete-exprs.cpp b/test/Index/complete-exprs.cpp index 21a09582ce..6be5b83178 100644 --- a/test/Index/complete-exprs.cpp +++ b/test/Index/complete-exprs.cpp @@ -55,5 +55,5 @@ void g() { // CHECK-CC3: CXXConstructor:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder const T &}{Comma , }{Placeholder unsigned int n}{RightParen )} (50) // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50) -// RUN: c-index-test -code-completion-at=%s:18:60 %s -std=c++0x | FileCheck -check-prefix=CHECK-CC4 %s +// RUN: c-index-test -code-completion-at=%s:18:59 %s -std=c++0x | FileCheck -check-prefix=CHECK-CC4 %s // CHECK-CC4: NotImplemented:{ResultType vector *}{TypedText this} (40)