From fa43c97297d8d76b66c5cb1c37f7785db9e1ee17 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 18 Oct 2011 21:43:22 +0000 Subject: [PATCH] Minor tweak to test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142427 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/complete-exprs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1