aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-04-10 17:23:51 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-04-10 17:23:51 +0000
commit0cc9fdbc551ec622d73d27e703d30a443ce7b0b5 (patch)
tree12e9cbdb8e0295fc0fd9d1c68c686d37dd076690
parent28a83f57003469fb615ad27dd34bcf5b0a10da8c (diff)
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
-rw-r--r--test/Index/complete-synthesized.m6
1 files 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)