From 0cc9fdbc551ec622d73d27e703d30a443ce7b0b5 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Tue, 10 Apr 2012 17:23:51 +0000 Subject: [PATCH] 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 --- test/Index/complete-synthesized.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.50.1