Author: dgregor
Date: Fri Sep 17 21:10:40 2010
New Revision: 114257

URL: http://llvm.org/viewvc/llvm-project?rev=114257&view=rev
Log:
Add another text for code completion after recovery

Modified:
    cfe/trunk/test/Index/complete-recovery.m

Modified: cfe/trunk/test/Index/complete-recovery.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-recovery.m?rev=114257&r1=114256&r2=114257&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-recovery.m (original)
+++ cfe/trunk/test/Index/complete-recovery.m Fri Sep 17 21:10:40 2010
@@ -12,6 +12,7 @@
   z = [a2 method:1];
   blah ? blech : [a2 method:1];
   (a * a2)([a2 method:1]);
+  B *a = [a2 method:1];
 }
 @end
 
@@ -31,3 +32,4 @@
 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType void}{TypedText 
method:}{Placeholder (int)} (17)
 // RUN: c-index-test -code-completion-at=%s:13:22 -Xclang 
-code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
 // RUN: c-index-test -code-completion-at=%s:14:16 -Xclang 
-code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s
+// RUN: c-index-test -code-completion-at=%s:15:14 -Xclang 
-code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC3 %s


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to