[cfe-commits] r112159 - /cfe/trunk/test/Index/complete-objc-message.m

Douglas Gregor dgregor at apple.com
Wed Aug 25 20:52:21 PDT 2010


Author: dgregor
Date: Wed Aug 25 22:52:21 2010
New Revision: 112159

URL: http://llvm.org/viewvc/llvm-project?rev=112159&view=rev
Log:
Tweak test to avoid checking for a specific ordering where none exists

Modified:
    cfe/trunk/test/Index/complete-objc-message.m

Modified: cfe/trunk/test/Index/complete-objc-message.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-objc-message.m?rev=112159&r1=112158&r2=112159&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-objc-message.m (original)
+++ cfe/trunk/test/Index/complete-objc-message.m Wed Aug 25 22:52:21 2010
@@ -220,7 +220,6 @@
 // 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





More information about the cfe-commits mailing list