From: Argyrios Kyrtzidis Date: Tue, 10 Apr 2012 17:23:51 +0000 (+0000) Subject: Add a target triple to test/Index/complete-synthesized.m. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cc9fdbc551ec622d73d27e703d30a443ce7b0b5;p=clang Add a target triple to test/Index/complete-synthesized.m. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154409 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/complete-synthesized.m b/test/Index/complete-synthesized.m index 2b80df2297..8c848fc18b 100644 --- a/test/Index/complete-synthesized.m +++ b/test/Index/complete-synthesized.m @@ -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)