diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-26 14:20:32 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-26 14:20:32 +0000 |
commit | 78ccc2cb0052ba1a8bc5e6c1197f3da41f9029b0 (patch) | |
tree | 1be73dd31755a1177c08aaa1afd41acd6f23a00b | |
parent | e4d36a2415425c4d16f94baf0073536a3e697437 (diff) | |
download | bcm5719-llvm-78ccc2cb0052ba1a8bc5e6c1197f3da41f9029b0.tar.gz bcm5719-llvm-78ccc2cb0052ba1a8bc5e6c1197f3da41f9029b0.zip |
More ordering tweaks in this silly, silly test
llvm-svn: 112184
-rw-r--r-- | clang/test/Index/complete-objc-message.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Index/complete-objc-message.m b/clang/test/Index/complete-objc-message.m index e97a6bb5994..231e1d9fcf0 100644 --- a/clang/test/Index/complete-objc-message.m +++ b/clang/test/Index/complete-objc-message.m @@ -224,9 +224,6 @@ void test_ranking(B *b) { // CHECK-CCH: ObjCClassMethodDecl:{ResultType void}{TypedText classMethod2} // CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText Method} // CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (int)i} -// CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)f}{HorizontalSpace }{Text Arg1:}{Placeholder (int)i1}{HorizontalSpace }{Text Arg2:}{Placeholder (int)i2} -// CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)f}{HorizontalSpace }{Text Arg1:}{Placeholder (int)i1}{HorizontalSpace }{Text OtherArg:}{Placeholder (id)obj} -// CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)f}{HorizontalSpace }{Text SomeArg:}{Placeholder (int)i1}{HorizontalSpace }{Text OtherArg:}{Placeholder (id)obj} // CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText MyClassMethod:}{Placeholder (id)obj} // CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText MyPrivateMethod} // CHECK-CCH: ObjCClassMethodDecl:{ResultType int}{TypedText MySubClassMethod} |