diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-10-18 21:43:22 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-10-18 21:43:22 +0000 |
commit | fa43c97297d8d76b66c5cb1c37f7785db9e1ee17 (patch) | |
tree | 7e8253308cff2408fbf403281ecddc9ae73aa5ea | |
parent | 6b13022faef260c8f49d04310f4a2c0a57f9103b (diff) |
Minor tweak to test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142427 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/complete-exprs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<T> *}{TypedText this} (40) |