diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-26 03:52:21 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-26 03:52:21 +0000 |
commit | 54d9c11a01b29d52ee734ab39924b8fc858c4298 (patch) | |
tree | ae8c9eab77b2c1f2d9e51cd38e6d409fa471571e | |
parent | ce45863f0d9567e155553eb8e2c8542dcd012846 (diff) | |
download | bcm5719-llvm-54d9c11a01b29d52ee734ab39924b8fc858c4298.tar.gz bcm5719-llvm-54d9c11a01b29d52ee734ab39924b8fc858c4298.zip |
Tweak test to avoid checking for a specific ordering where none exists
llvm-svn: 112159
-rw-r--r-- | clang/test/Index/complete-objc-message.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Index/complete-objc-message.m b/clang/test/Index/complete-objc-message.m index 54f62a045db..bb282846f32 100644 --- a/clang/test/Index/complete-objc-message.m +++ b/clang/test/Index/complete-objc-message.m @@ -220,7 +220,6 @@ void test_ranking(B *b) { // CHECK-CCG: ObjCInstanceMethodDecl:{ResultType int}{TypedText MyPrivateInstMethod} // CHECK-CCG: ObjCInstanceMethodDecl:{ResultType int}{TypedText MySubInstMethod} // CHECK-CCG: ObjCInstanceMethodDecl:{ResultType int}{TypedText MySubInstMethod:}{Placeholder (id)obj} -// CHECK-CCG: ObjCInstanceMethodDecl:{ResultType int}{TypedText OtherMethod:}{Placeholder (float)f}{HorizontalSpace }{Text Arg1:}{Placeholder (int)i1}{HorizontalSpace }{Text Arg2:}{Placeholder (int)i2} // CHECK-CCG: ObjCInstanceMethodDecl:{ResultType id}{TypedText protocolInstanceMethod:}{Placeholder (int)value} // CHECK-CCG: ObjCInstanceMethodDecl:{ResultType int}{TypedText secondProtocolInstanceMethod} // RUN: c-index-test -code-completion-at=%s:121:14 %s | FileCheck -check-prefix=CHECK-CCG %s |