[cfe-commits] r154409 - /cfe/trunk/test/Index/complete-synthesized.m

Argyrios Kyrtzidis akyrtzi at gmail.com
Tue Apr 10 10:23:51 PDT 2012


Author: akirtzidis
Date: Tue Apr 10 12:23:51 2012
New Revision: 154409

URL: http://llvm.org/viewvc/llvm-project?rev=154409&view=rev
Log:
Add a target triple to test/Index/complete-synthesized.m.

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

Modified: cfe/trunk/test/Index/complete-synthesized.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-synthesized.m?rev=154409&r1=154408&r2=154409&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-synthesized.m (original)
+++ cfe/trunk/test/Index/complete-synthesized.m Tue Apr 10 12:23:51 2012
@@ -35,9 +35,9 @@
 }
 @end
 
-// RUN: c-index-test -code-completion-at=%s:24:1 -fobjc-nonfragile-abi %s | FileCheck %s
-// RUN: c-index-test -code-completion-at=%s:30:2 -fobjc-nonfragile-abi %s | FileCheck %s
-// RUN: c-index-test -code-completion-at=%s:34:2 -fobjc-nonfragile-abi %s | FileCheck %s
+// RUN: c-index-test -code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
+// RUN: c-index-test -code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
+// RUN: c-index-test -code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
 
 // CHECK: NotImplemented:{TypedText _Bool} (50)
 // CHECK: ObjCIvarDecl:{ResultType float}{TypedText _prop2} (35)





More information about the cfe-commits mailing list