]> granicus.if.org Git - clang/commitdiff
Minor tweak to test
authorDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 21:43:22 +0000 (21:43 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 21:43:22 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142427 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/complete-exprs.cpp

index 21a09582ce6986072a15956aa8f8f3fd82f6b9b1..6be5b83178ccba2de20e0ae46e4f057be0d6d7b1 100644 (file)
@@ -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<T> *}{TypedText this} (40)